public enum EModelExtensionAttributeType extends java.lang.Enum<EModelExtensionAttributeType>
| Enum Constant and Description |
|---|
Boolean
Boolean type.
|
Double
Double type.
|
Integer
Numeric type.
|
String
String type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getTypeClass()
Gets the
Class of the attribute type. |
static EModelExtensionAttributeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EModelExtensionAttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EModelExtensionAttributeType String
public static final EModelExtensionAttributeType Integer
public static final EModelExtensionAttributeType Double
public static final EModelExtensionAttributeType Boolean
public static EModelExtensionAttributeType[] values()
for (EModelExtensionAttributeType c : EModelExtensionAttributeType.values()) System.out.println(c);
public static EModelExtensionAttributeType 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 java.lang.Class<?> getTypeClass()
Class of the attribute type.ClassCopyright © 2015 Micro Focus GmbH. All rights reserved.