Uses of Class
org.dmg.pmml.pmml_4_1.descr.TIMEEXCEPTIONTYPE

Packages that use TIMEEXCEPTIONTYPE
org.dmg.pmml.pmml_4_1.descr   
 

Uses of TIMEEXCEPTIONTYPE in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr declared as TIMEEXCEPTIONTYPE
protected  TIMEEXCEPTIONTYPE TimeException.type
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return TIMEEXCEPTIONTYPE
static TIMEEXCEPTIONTYPE TIMEEXCEPTIONTYPE.fromValue(String v)
           
 TIMEEXCEPTIONTYPE TimeException.getType()
          Gets the value of the type property.
static TIMEEXCEPTIONTYPE TIMEEXCEPTIONTYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TIMEEXCEPTIONTYPE[] TIMEEXCEPTIONTYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type TIMEEXCEPTIONTYPE
 void TimeException.setType(TIMEEXCEPTIONTYPE value)
          Sets the value of the type property.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.