Uses of Enum Class
dev.vality.damsel.withdrawals.domain.Destination._Fields
Packages that use Destination._Fields
-
Uses of Destination._Fields in dev.vality.damsel.withdrawals.domain
Fields in dev.vality.damsel.withdrawals.domain with type parameters of type Destination._FieldsModifier and TypeFieldDescriptionstatic final Map<Destination._Fields,org.apache.thrift.meta_data.FieldMetaData> Destination.metaDataMapMethods in dev.vality.damsel.withdrawals.domain that return Destination._FieldsModifier and TypeMethodDescriptionprotected Destination._FieldsDestination.enumForId(short id) Destination.fieldForId(int fieldId) static Destination._FieldsDestination._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static Destination._FieldsDestination._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static Destination._FieldsDestination._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Destination.getFields()static Destination._FieldsReturns the enum constant of this class with the specified name.static Destination._Fields[]Destination._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.withdrawals.domain that return types with arguments of type Destination._FieldsModifier and TypeMethodDescriptionMap<Destination._Fields,org.apache.thrift.meta_data.FieldMetaData> Destination.getFieldMetaData()Methods in dev.vality.damsel.withdrawals.domain with parameters of type Destination._FieldsModifier and TypeMethodDescriptionprotected voidDestination.checkType(Destination._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldDestination.getFieldDesc(Destination._Fields setField) Constructors in dev.vality.damsel.withdrawals.domain with parameters of type Destination._Fields