public enum EE extends Enum<EE>
Enum Constant and Description |
---|
J2SE_1_2 |
J2SE_1_3 |
J2SE_1_4 |
J2SE_1_5 |
JavaSE_1_6 |
JavaSE_1_7 |
JavaSE_1_8 |
JavaSE_1_9 |
JavaSE_compact1_1_8 |
JavaSE_compact1_1_9 |
JavaSE_compact2_1_8 |
JavaSE_compact2_1_9 |
JavaSE_compact3_1_8 |
JavaSE_compact3_1_9 |
JRE_1_1 |
OSGI_Minimum_1_0 |
OSGI_Minimum_1_1 |
OSGI_Minimum_1_2 |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
String |
getCapabilityName() |
Version |
getCapabilityVersion() |
EE[] |
getCompatible() |
String |
getEEName() |
static EE |
parse(String str) |
static EE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EE OSGI_Minimum_1_0
public static final EE OSGI_Minimum_1_1
public static final EE OSGI_Minimum_1_2
public static final EE JRE_1_1
public static final EE J2SE_1_2
public static final EE J2SE_1_3
public static final EE J2SE_1_4
public static final EE J2SE_1_5
public static final EE JavaSE_1_6
public static final EE JavaSE_1_7
public static final EE JavaSE_compact1_1_8
public static final EE JavaSE_compact2_1_8
public static final EE JavaSE_compact3_1_8
public static final EE JavaSE_1_8
public static final EE JavaSE_compact1_1_9
public static final EE JavaSE_compact2_1_9
public static final EE JavaSE_compact3_1_9
public static final EE JavaSE_1_9
public static final EE UNKNOWN
public static EE[] values()
for (EE c : EE.values()) System.out.println(c);
public static EE 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 String getEEName()
public EE[] getCompatible()
public String getCapabilityName()
public Version getCapabilityVersion()
Copyright © 2015 aQute SARL. All rights reserved.