Uses of Enum Class
dev.vality.damsel.domain_config.Reference._Fields
Packages that use Reference._Fields
-
Uses of Reference._Fields in dev.vality.damsel.domain_config
Fields in dev.vality.damsel.domain_config with type parameters of type Reference._FieldsModifier and TypeFieldDescriptionstatic final Map<Reference._Fields,org.apache.thrift.meta_data.FieldMetaData> Reference.metaDataMapMethods in dev.vality.damsel.domain_config that return Reference._FieldsModifier and TypeMethodDescriptionprotected Reference._FieldsReference.enumForId(short id) Reference.fieldForId(int fieldId) static Reference._FieldsReference._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static Reference._FieldsReference._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static Reference._FieldsReference._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Reference.getFields()static Reference._FieldsReturns the enum constant of this class with the specified name.static Reference._Fields[]Reference._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain_config that return types with arguments of type Reference._FieldsModifier and TypeMethodDescriptionMap<Reference._Fields,org.apache.thrift.meta_data.FieldMetaData> Reference.getFieldMetaData()Methods in dev.vality.damsel.domain_config with parameters of type Reference._FieldsModifier and TypeMethodDescriptionprotected voidReference.checkType(Reference._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldReference.getFieldDesc(Reference._Fields setField) Constructors in dev.vality.damsel.domain_config with parameters of type Reference._Fields