public static enum EEVersion.EEType extends 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 | Method and Description |
---|---|
static EEVersion.EEType |
fromName(String profileName) |
static EEVersion.EEType |
valueOf(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(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 nullpublic static EEVersion.EEType fromName(String profileName)
Copyright © 2008–2016 Eclipse Foundation. All rights reserved.