public static enum PMMLParser.DataTypes extends java.lang.Enum<PMMLParser.DataTypes>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
jname() |
static PMMLParser.DataTypes |
parse(java.lang.String s) |
static PMMLParser.DataTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PMMLParser.DataTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PMMLParser.DataTypes DOUBLE
public static final PMMLParser.DataTypes INT
public static final PMMLParser.DataTypes BOOLEAN
public static final PMMLParser.DataTypes STRING
public static PMMLParser.DataTypes[] values()
for (PMMLParser.DataTypes c : PMMLParser.DataTypes.values()) System.out.println(c);
public static PMMLParser.DataTypes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static PMMLParser.DataTypes parse(java.lang.String s)
public java.lang.String jname()