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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as Constant
protected  Constant DerivedField.constant
           
protected  Constant DefineFunction.constant
           
protected  Constant OutputField.constant
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Constant
 Constant ObjectFactory.createConstant()
          Create an instance of Constant
 Constant DerivedField.getConstant()
          Gets the value of the constant property.
 Constant DefineFunction.getConstant()
          Gets the value of the constant property.
 Constant OutputField.getConstant()
          Gets the value of the constant property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type Constant
 void DerivedField.setConstant(Constant value)
          Sets the value of the constant property.
 void DefineFunction.setConstant(Constant value)
          Sets the value of the constant property.
 void OutputField.setConstant(Constant value)
          Sets the value of the constant property.
 



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