public static enum RWRTLObject.Type extends java.lang.Enum<RWRTLObject.Type>
Enum Constant and Description |
---|
T_Numeric |
T_Numeric4GLField |
T_String |
T_String4GLField |
Modifier and Type | Method and Description |
---|---|
static RWRTLObject.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RWRTLObject.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RWRTLObject.Type T_Numeric
public static final RWRTLObject.Type T_String
public static final RWRTLObject.Type T_Numeric4GLField
public static final RWRTLObject.Type T_String4GLField
public static RWRTLObject.Type[] values()
for (RWRTLObject.Type c : RWRTLObject.Type.values()) System.out.println(c);
public static RWRTLObject.Type 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 null