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