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