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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as ENUMDELIMITER
protected  ENUMDELIMITER Delimiter.delimiter
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return ENUMDELIMITER
static ENUMDELIMITER ENUMDELIMITER.fromValue(String v)
           
 ENUMDELIMITER Delimiter.getDelimiter()
          Gets the value of the delimiter property.
static ENUMDELIMITER ENUMDELIMITER.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ENUMDELIMITER[] ENUMDELIMITER.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 ENUMDELIMITER
 void Delimiter.setDelimiter(ENUMDELIMITER value)
          Sets the value of the delimiter property.
 



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