Uses of Class
dev.vality.damsel.domain.DomainObject._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of DomainObject._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type DomainObject._Fields Modifier and Type Field Description static Map<DomainObject._Fields,org.apache.thrift.meta_data.FieldMetaData>DomainObject. metaDataMapMethods in dev.vality.damsel.domain that return DomainObject._Fields Modifier and Type Method Description protected DomainObject._FieldsDomainObject. enumForId(short id)DomainObject._FieldsDomainObject. 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._Fields[]DomainObject. getFields()static DomainObject._FieldsDomainObject._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static DomainObject._Fields[]DomainObject._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.domain that return types with arguments of type DomainObject._Fields Modifier and Type Method Description Map<DomainObject._Fields,org.apache.thrift.meta_data.FieldMetaData>DomainObject. getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type DomainObject._Fields Modifier and Type Method Description protected 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 Constructor Description DomainObject(DomainObject._Fields setField, Object value)