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