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