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