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