Uses of Enum Class
dev.vality.damsel.domain.BusinessScheduleSelector._Fields
Packages that use BusinessScheduleSelector._Fields
-
Uses of BusinessScheduleSelector._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type BusinessScheduleSelector._FieldsModifier and TypeFieldDescriptionstatic final Map<BusinessScheduleSelector._Fields,org.apache.thrift.meta_data.FieldMetaData> BusinessScheduleSelector.metaDataMapMethods in dev.vality.damsel.domain that return BusinessScheduleSelector._FieldsModifier and TypeMethodDescriptionprotected BusinessScheduleSelector._FieldsBusinessScheduleSelector.enumForId(short id) BusinessScheduleSelector.fieldForId(int fieldId) BusinessScheduleSelector._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.BusinessScheduleSelector._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.BusinessScheduleSelector._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.BusinessScheduleSelector.getFields()Returns the enum constant of this class with the specified name.static BusinessScheduleSelector._Fields[]BusinessScheduleSelector._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain that return types with arguments of type BusinessScheduleSelector._FieldsModifier and TypeMethodDescriptionMap<BusinessScheduleSelector._Fields,org.apache.thrift.meta_data.FieldMetaData> BusinessScheduleSelector.getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type BusinessScheduleSelector._FieldsModifier and TypeMethodDescriptionprotected voidBusinessScheduleSelector.checkType(BusinessScheduleSelector._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldBusinessScheduleSelector.getFieldDesc(BusinessScheduleSelector._Fields setField) Constructors in dev.vality.damsel.domain with parameters of type BusinessScheduleSelector._FieldsModifierConstructorDescriptionBusinessScheduleSelector(BusinessScheduleSelector._Fields setField, Object value)