Uses of Class
nz.ac.waikato.adams.webservice.weka.InstanceType

Packages that use InstanceType
nz.ac.waikato.adams.webservice.weka   
 

Uses of InstanceType in nz.ac.waikato.adams.webservice.weka
 

Fields in nz.ac.waikato.adams.webservice.weka declared as InstanceType
protected  InstanceType Instance.instanceType
           
 

Methods in nz.ac.waikato.adams.webservice.weka that return InstanceType
static InstanceType InstanceType.fromValue(String v)
           
 InstanceType Instance.getInstanceType()
          Gets the value of the instanceType property.
static InstanceType InstanceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InstanceType[] InstanceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nz.ac.waikato.adams.webservice.weka with parameters of type InstanceType
 void Instance.setInstanceType(InstanceType value)
          Sets the value of the instanceType property.
 



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