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