Uses of Class
nz.ac.waikato.adams.webservice.rats.blob.DataType
-
Packages that use DataType Package Description nz.ac.waikato.adams.webservice.rats.blob -
-
Uses of DataType in nz.ac.waikato.adams.webservice.rats.blob
Fields in nz.ac.waikato.adams.webservice.rats.blob declared as DataType Modifier and Type Field Description protected DataTypeProperty. typeMethods in nz.ac.waikato.adams.webservice.rats.blob 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.blob with parameters of type DataType Modifier and Type Method Description voidProperty. setType(DataType value)Sets the value of the type property.
-