public static enum EEVersion.EEType extends java.lang.Enum<EEVersion.EEType>
| Enum Constant and Description |
|---|
CDC_FOUNDATION |
JAVA_SE |
JAVA_SE_COMPACT1 |
JAVA_SE_COMPACT2 |
JAVA_SE_COMPACT3 |
JRE |
OSGI_MINIMUM |
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
profileName |
| Modifier and Type | Method and Description |
|---|---|
static EEVersion.EEType |
fromName(java.lang.String profileName) |
static EEVersion.EEType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EEVersion.EEType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EEVersion.EEType OSGI_MINIMUM
public static final EEVersion.EEType CDC_FOUNDATION
public static final EEVersion.EEType JRE
public static final EEVersion.EEType JAVA_SE
public static final EEVersion.EEType JAVA_SE_COMPACT1
public static final EEVersion.EEType JAVA_SE_COMPACT2
public static final EEVersion.EEType JAVA_SE_COMPACT3
public static EEVersion.EEType[] values()
for (EEVersion.EEType c : EEVersion.EEType.values()) System.out.println(c);
public static EEVersion.EEType 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 static EEVersion.EEType fromName(java.lang.String profileName)