public static enum NRLDataType.Type extends Enum<NRLDataType.Type>
| Enum Constant and Description |
|---|
Boolean |
Date |
Decimal |
Element |
Integer |
String |
Unknown |
Void |
| Modifier and Type | Method and Description |
|---|---|
static NRLDataType.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NRLDataType.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NRLDataType.Type Unknown
public static final NRLDataType.Type String
public static final NRLDataType.Type Decimal
public static final NRLDataType.Type Integer
public static final NRLDataType.Type Boolean
public static final NRLDataType.Type Date
public static final NRLDataType.Type Element
public static final NRLDataType.Type Void
public static NRLDataType.Type[] values()
for (NRLDataType.Type c : NRLDataType.Type.values()) System.out.println(c);
public static NRLDataType.Type 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 © 2006-2013. All Rights Reserved.