| Package | Description |
|---|---|
| org.eclipse.tycho.core.ee |
| Modifier and Type | Field and Description |
|---|---|
private EEVersion.EEType |
EEVersion.type |
| Modifier and Type | Method and Description |
|---|---|
static EEVersion.EEType |
EEVersion.EEType.fromName(java.lang.String profileName) |
static EEVersion.EEType |
EEVersion.EEType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EEVersion.EEType[] |
EEVersion.EEType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EEVersion(org.osgi.framework.Version version,
EEVersion.EEType type) |