Uses of Enum Class
dev.vality.damsel.domain.Proxy._Fields
Packages that use Proxy._Fields
-
Uses of Proxy._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type Proxy._FieldsModifier and TypeFieldDescriptionstatic final Map<Proxy._Fields,org.apache.thrift.meta_data.FieldMetaData> Proxy.metaDataMapMethods in dev.vality.damsel.domain that return Proxy._FieldsModifier and TypeMethodDescriptionProxy.fieldForId(int fieldId) static Proxy._FieldsProxy._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static Proxy._FieldsProxy._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static Proxy._FieldsProxy._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Proxy.getFields()static Proxy._FieldsReturns the enum constant of this class with the specified name.static Proxy._Fields[]Proxy._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 Proxy._FieldsModifier and TypeMethodDescriptionMap<Proxy._Fields,org.apache.thrift.meta_data.FieldMetaData> Proxy.getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type Proxy._FieldsModifier and TypeMethodDescriptionProxy.getFieldValue(Proxy._Fields field) booleanProxy.isSet(Proxy._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidProxy.setFieldValue(Proxy._Fields field, Object value)