Uses of Enum Class
dev.vality.damsel.domain.StringCondition._Fields
Packages that use StringCondition._Fields
-
Uses of StringCondition._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type StringCondition._FieldsModifier and TypeFieldDescriptionstatic final Map<StringCondition._Fields,org.apache.thrift.meta_data.FieldMetaData> StringCondition.metaDataMapMethods in dev.vality.damsel.domain that return StringCondition._FieldsModifier and TypeMethodDescriptionprotected StringCondition._FieldsStringCondition.enumForId(short id) StringCondition.fieldForId(int fieldId) static StringCondition._FieldsStringCondition._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static StringCondition._FieldsStringCondition._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static StringCondition._FieldsStringCondition._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.StringCondition.getFields()static StringCondition._FieldsReturns the enum constant of this class with the specified name.static StringCondition._Fields[]StringCondition._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 StringCondition._FieldsModifier and TypeMethodDescriptionMap<StringCondition._Fields,org.apache.thrift.meta_data.FieldMetaData> StringCondition.getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type StringCondition._FieldsModifier and TypeMethodDescriptionprotected voidStringCondition.checkType(StringCondition._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldStringCondition.getFieldDesc(StringCondition._Fields setField) Constructors in dev.vality.damsel.domain with parameters of type StringCondition._Fields