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