Uses of Class
dev.vality.damsel.domain.CurrencySelector._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CurrencySelector._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type CurrencySelector._Fields Modifier and Type Field Description static Map<CurrencySelector._Fields,org.apache.thrift.meta_data.FieldMetaData>CurrencySelector. metaDataMapMethods in dev.vality.damsel.domain that return CurrencySelector._Fields Modifier and Type Method Description protected CurrencySelector._FieldsCurrencySelector. enumForId(short id)CurrencySelector._FieldsCurrencySelector. fieldForId(int fieldId)static CurrencySelector._FieldsCurrencySelector._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static CurrencySelector._FieldsCurrencySelector._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static CurrencySelector._FieldsCurrencySelector._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.CurrencySelector._Fields[]CurrencySelector. getFields()static CurrencySelector._FieldsCurrencySelector._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static CurrencySelector._Fields[]CurrencySelector._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 CurrencySelector._Fields Modifier and Type Method Description Map<CurrencySelector._Fields,org.apache.thrift.meta_data.FieldMetaData>CurrencySelector. getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type CurrencySelector._Fields Modifier and Type Method Description protected voidCurrencySelector. checkType(CurrencySelector._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldCurrencySelector. getFieldDesc(CurrencySelector._Fields setField)Constructors in dev.vality.damsel.domain with parameters of type CurrencySelector._Fields Constructor Description CurrencySelector(CurrencySelector._Fields setField, Object value)