Uses of Class
dev.vality.damsel.dominant.cache.CashRegisterProviderParameterType
-
Uses of CashRegisterProviderParameterType in dev.vality.damsel.dominant.cache
Fields in dev.vality.damsel.dominant.cache declared as CashRegisterProviderParameterType Modifier and Type Field Description CashRegisterProviderParameterTypeCashRegisterProviderParameter. typeMethods in dev.vality.damsel.dominant.cache that return CashRegisterProviderParameterType Modifier and Type Method Description static CashRegisterProviderParameterTypeCashRegisterProviderParameterType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.CashRegisterProviderParameterTypeCashRegisterProviderParameter. getType()static CashRegisterProviderParameterTypeCashRegisterProviderParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static CashRegisterProviderParameterType[]CashRegisterProviderParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.dominant.cache with parameters of type CashRegisterProviderParameterType Modifier and Type Method Description CashRegisterProviderParameterCashRegisterProviderParameter. setType(CashRegisterProviderParameterType type)Constructors in dev.vality.damsel.dominant.cache with parameters of type CashRegisterProviderParameterType Constructor Description CashRegisterProviderParameter(String id, CashRegisterProviderParameterType type, boolean is_required)