Uses of Class
dev.vality.damsel.domain_config.Conflict._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.domain_config |
-
Uses of Conflict._Fields in dev.vality.damsel.domain_config
Fields in dev.vality.damsel.domain_config with type parameters of type Conflict._Fields Modifier and Type Field Description static Map<Conflict._Fields,org.apache.thrift.meta_data.FieldMetaData>Conflict. metaDataMapMethods in dev.vality.damsel.domain_config that return Conflict._Fields Modifier and Type Method Description protected Conflict._FieldsConflict. enumForId(short id)Conflict._FieldsConflict. 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._Fields[]Conflict. getFields()static Conflict._FieldsConflict._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static Conflict._Fields[]Conflict._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.domain_config that return types with arguments of type Conflict._Fields Modifier and Type Method Description Map<Conflict._Fields,org.apache.thrift.meta_data.FieldMetaData>Conflict. getFieldMetaData()Methods in dev.vality.damsel.domain_config with parameters of type Conflict._Fields Modifier and Type Method Description protected 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 Constructor Description Conflict(Conflict._Fields setField, Object value)