Uses of Class
dev.vality.xrates.base.Rational._Fields
| Package | Description |
|---|---|
| dev.vality.xrates.base |
-
Uses of Rational._Fields in dev.vality.xrates.base
Fields in dev.vality.xrates.base with type parameters of type Rational._Fields Modifier and Type Field Description static Map<Rational._Fields,org.apache.thrift.meta_data.FieldMetaData>Rational. metaDataMapMethods in dev.vality.xrates.base that return Rational._Fields Modifier and Type Method Description Rational._FieldsRational. 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._Fields[]Rational. getFields()static Rational._FieldsRational._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static Rational._Fields[]Rational._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.xrates.base that return types with arguments of type Rational._Fields Modifier and Type Method Description Map<Rational._Fields,org.apache.thrift.meta_data.FieldMetaData>Rational. getFieldMetaData()Methods in dev.vality.xrates.base with parameters of type Rational._Fields Modifier and Type Method Description ObjectRational. 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)