Uses of Enum Class
dev.vality.damsel.json.Null._Fields
Packages that use Null._Fields
-
Uses of Null._Fields in dev.vality.damsel.json
Fields in dev.vality.damsel.json with type parameters of type Null._FieldsModifier and TypeFieldDescriptionstatic final Map<Null._Fields,org.apache.thrift.meta_data.FieldMetaData> Null.metaDataMapMethods in dev.vality.damsel.json that return Null._FieldsModifier and TypeMethodDescriptionNull.fieldForId(int fieldId) static Null._FieldsNull._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static Null._FieldsNull._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static Null._FieldsNull._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Null.getFields()static Null._FieldsReturns the enum constant of this class with the specified name.static Null._Fields[]Null._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.json that return types with arguments of type Null._FieldsModifier and TypeMethodDescriptionMap<Null._Fields,org.apache.thrift.meta_data.FieldMetaData> Null.getFieldMetaData()Methods in dev.vality.damsel.json with parameters of type Null._FieldsModifier and TypeMethodDescriptionNull.getFieldValue(Null._Fields field) booleanNull.isSet(Null._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidNull.setFieldValue(Null._Fields field, Object value)