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