public static enum MappingEntry.ValueType extends Enum<MappingEntry.ValueType>
| Modifier and Type | Method and Description |
|---|---|
static MappingEntry.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingEntry.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MappingEntry.ValueType FLOAT
public static final MappingEntry.ValueType BOOLEAN
public static MappingEntry.ValueType[] values()
for (MappingEntry.ValueType c : MappingEntry.ValueType.values()) System.out.println(c);
public static MappingEntry.ValueType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.