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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr with type parameters of type FieldValue
protected  List<FieldValue> FieldValue.fieldValues
           
protected  List<FieldValue> COUNTTABLETYPE.fieldValues
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return FieldValue
 FieldValue ObjectFactory.createFieldValue()
          Create an instance of FieldValue
 

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type FieldValue
 List<FieldValue> FieldValue.getFieldValues()
          Gets the value of the fieldValues property.
 List<FieldValue> COUNTTABLETYPE.getFieldValues()
          Gets the value of the fieldValues property.
 



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