public static enum AlgorithmProperty.PropertyType extends java.lang.Enum<AlgorithmProperty.PropertyType>
| Enum Constant and Description |
|---|
DOUBLE
Tipo Real.
|
STRING
Tipo Texto.
|
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmProperty.PropertyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmProperty.PropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlgorithmProperty.PropertyType STRING
public static final AlgorithmProperty.PropertyType DOUBLE
public static AlgorithmProperty.PropertyType[] values()
for (AlgorithmProperty.PropertyType c : AlgorithmProperty.PropertyType.values()) System.out.println(c);
public static AlgorithmProperty.PropertyType 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 nullCopyright © 2015. All Rights Reserved.