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