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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as DATATYPE
protected  DATATYPE ResultField.dataType
           
protected  DATATYPE Discretize.dataType
           
protected  DATATYPE MapValues.dataType
           
protected  DATATYPE Constant.dataType
           
protected  DATATYPE ParameterField.dataType
           
protected  DATATYPE DerivedField.dataType
           
protected  DATATYPE DefineFunction.dataType
           
protected  DATATYPE DataField.dataType
           
protected  DATATYPE OutputField.dataType
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return DATATYPE
static DATATYPE DATATYPE.fromValue(String v)
           
 DATATYPE ResultField.getDataType()
          Gets the value of the dataType property.
 DATATYPE Discretize.getDataType()
          Gets the value of the dataType property.
 DATATYPE MapValues.getDataType()
          Gets the value of the dataType property.
 DATATYPE Constant.getDataType()
          Gets the value of the dataType property.
 DATATYPE ParameterField.getDataType()
          Gets the value of the dataType property.
 DATATYPE DerivedField.getDataType()
          Gets the value of the dataType property.
 DATATYPE DefineFunction.getDataType()
          Gets the value of the dataType property.
 DATATYPE DataField.getDataType()
          Gets the value of the dataType property.
 DATATYPE OutputField.getDataType()
          Gets the value of the dataType property.
static DATATYPE DATATYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DATATYPE[] DATATYPE.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 DATATYPE
 void ResultField.setDataType(DATATYPE value)
          Sets the value of the dataType property.
 void Discretize.setDataType(DATATYPE value)
          Sets the value of the dataType property.
 void MapValues.setDataType(DATATYPE value)
          Sets the value of the dataType property.
 void Constant.setDataType(DATATYPE value)
          Sets the value of the dataType property.
 void ParameterField.setDataType(DATATYPE value)
          Sets the value of the dataType property.
 void DerivedField.setDataType(DATATYPE value)
          Sets the value of the dataType property.
 void DefineFunction.setDataType(DATATYPE value)
          Sets the value of the dataType property.
 void DataField.setDataType(DATATYPE value)
          Sets the value of the dataType property.
 void OutputField.setDataType(DATATYPE value)
          Sets the value of the dataType property.
 



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