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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as OPTYPE
protected  OPTYPE ResultField.optype
           
protected  OPTYPE MiningField.optype
           
protected  OPTYPE ParameterField.optype
           
protected  OPTYPE Target.optype
           
protected  OPTYPE DerivedField.optype
           
protected  OPTYPE DefineFunction.optype
           
protected  OPTYPE DataField.optype
           
protected  OPTYPE OutputField.optype
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return OPTYPE
static OPTYPE OPTYPE.fromValue(String v)
           
 OPTYPE ResultField.getOptype()
          Gets the value of the optype property.
 OPTYPE MiningField.getOptype()
          Gets the value of the optype property.
 OPTYPE ParameterField.getOptype()
          Gets the value of the optype property.
 OPTYPE Target.getOptype()
          Gets the value of the optype property.
 OPTYPE DerivedField.getOptype()
          Gets the value of the optype property.
 OPTYPE DefineFunction.getOptype()
          Gets the value of the optype property.
 OPTYPE DataField.getOptype()
          Gets the value of the optype property.
 OPTYPE OutputField.getOptype()
          Gets the value of the optype property.
static OPTYPE OPTYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OPTYPE[] OPTYPE.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 OPTYPE
 void ResultField.setOptype(OPTYPE value)
          Sets the value of the optype property.
 void MiningField.setOptype(OPTYPE value)
          Sets the value of the optype property.
 void ParameterField.setOptype(OPTYPE value)
          Sets the value of the optype property.
 void Target.setOptype(OPTYPE value)
          Sets the value of the optype property.
 void DerivedField.setOptype(OPTYPE value)
          Sets the value of the optype property.
 void DefineFunction.setOptype(OPTYPE value)
          Sets the value of the optype property.
 void DataField.setOptype(OPTYPE value)
          Sets the value of the optype property.
 void OutputField.setOptype(OPTYPE value)
          Sets the value of the optype property.
 



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