Uses of Class
adams.ml.BaseData.Type

Uses of BaseData.Type in adams.ml
 

Fields in adams.ml declared as BaseData.Type
protected  BaseData.Type Dataset.Mapping.m_basetype
           
protected  BaseData.Type Dataset.Mapping.m_type
           
 

Methods in adams.ml that return BaseData.Type
 BaseData.Type Dataset.getArrayType(Object bd)
           
static BaseData.Type BaseData.getType(Object data)
           
static BaseData.Type BaseData.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BaseData.Type[] BaseData.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in adams.ml with parameters of type BaseData.Type
 Object BaseData.getData(BaseData.Type type)
           
 void BaseData.setData(Object data, BaseData.Type type)
           
 void Dataset.setType(String key, BaseData.Type type)
           
 void Dataset.setType(String key, BaseData.Type basetype, int size)
           
static boolean BaseData.typeEquals(Object data, BaseData.Type typ)
           
 

Constructors in adams.ml with parameters of type BaseData.Type
Dataset.Mapping(BaseData.Type typ)
           
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.