Uses of Enum Class
dev.vality.damsel.domain.Failure._Fields
Packages that use Failure._Fields
-
Uses of Failure._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type Failure._FieldsModifier and TypeFieldDescriptionstatic final Map<Failure._Fields,org.apache.thrift.meta_data.FieldMetaData> Failure.metaDataMapMethods in dev.vality.damsel.domain that return Failure._FieldsModifier and TypeMethodDescriptionFailure.fieldForId(int fieldId) static Failure._FieldsFailure._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static Failure._FieldsFailure._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static Failure._FieldsFailure._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Failure.getFields()static Failure._FieldsReturns the enum constant of this class with the specified name.static Failure._Fields[]Failure._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 Failure._FieldsModifier and TypeMethodDescriptionMap<Failure._Fields,org.apache.thrift.meta_data.FieldMetaData> Failure.getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type Failure._FieldsModifier and TypeMethodDescriptionFailure.getFieldValue(Failure._Fields field) booleanFailure.isSet(Failure._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidFailure.setFieldValue(Failure._Fields field, Object value)