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