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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as FieldRef
protected  FieldRef DerivedField.fieldRef
           
protected  FieldRef DefineFunction.fieldRef
           
protected  FieldRef OutputField.fieldRef
           
 

Fields in org.dmg.pmml.pmml_4_1.descr with type parameters of type FieldRef
protected  List<FieldRef> VectorFields.fieldReves
           
protected  List<FieldRef> Baseline.fieldReves
           
protected  List<FieldRef> PredictorTerm.fieldReves
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return FieldRef
 FieldRef ObjectFactory.createFieldRef()
          Create an instance of FieldRef
 FieldRef DerivedField.getFieldRef()
          Gets the value of the fieldRef property.
 FieldRef DefineFunction.getFieldRef()
          Gets the value of the fieldRef property.
 FieldRef OutputField.getFieldRef()
          Gets the value of the fieldRef property.
 

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type FieldRef
 List<FieldRef> VectorFields.getFieldReves()
          Gets the value of the fieldReves property.
 List<FieldRef> Baseline.getFieldReves()
          Gets the value of the fieldReves property.
 List<FieldRef> PredictorTerm.getFieldReves()
          Gets the value of the fieldReves property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type FieldRef
 void DerivedField.setFieldRef(FieldRef value)
          Sets the value of the fieldRef property.
 void DefineFunction.setFieldRef(FieldRef value)
          Sets the value of the fieldRef property.
 void OutputField.setFieldRef(FieldRef value)
          Sets the value of the fieldRef property.
 



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