Uses of Enum Class
dev.vality.damsel.domain.CurrencySelector._Fields
Packages that use CurrencySelector._Fields
-
Uses of CurrencySelector._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type CurrencySelector._FieldsModifier and TypeFieldDescriptionstatic final Map<CurrencySelector._Fields,org.apache.thrift.meta_data.FieldMetaData> CurrencySelector.metaDataMapMethods in dev.vality.damsel.domain that return CurrencySelector._FieldsModifier and TypeMethodDescriptionprotected CurrencySelector._FieldsCurrencySelector.enumForId(short id) CurrencySelector.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.getFields()static CurrencySelector._FieldsReturns the enum constant of this class with the specified name.static CurrencySelector._Fields[]CurrencySelector._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 CurrencySelector._FieldsModifier and TypeMethodDescriptionMap<CurrencySelector._Fields,org.apache.thrift.meta_data.FieldMetaData> CurrencySelector.getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type CurrencySelector._FieldsModifier and TypeMethodDescriptionprotected 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