Uses of Class
nz.ac.waikato.adams.webservice.rats.text.DataType
-
Packages that use DataType Package Description nz.ac.waikato.adams.webservice.rats.text -
-
Uses of DataType in nz.ac.waikato.adams.webservice.rats.text
Fields in nz.ac.waikato.adams.webservice.rats.text declared as DataType Modifier and Type Field Description protected DataTypeProperty. typeMethods in nz.ac.waikato.adams.webservice.rats.text that return DataType Modifier and Type Method Description static DataTypeDataType. fromValue(String v)DataTypeProperty. getType()Gets the value of the type property.static DataTypeDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataType[]DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nz.ac.waikato.adams.webservice.rats.text with parameters of type DataType Modifier and Type Method Description voidProperty. setType(DataType value)Sets the value of the type property.
-