Package | Description |
---|---|
org.eclipse.oomph.p2 | |
org.eclipse.oomph.p2.impl |
Modifier and Type | Field and Description |
---|---|
static List<VersionSegment> |
VersionSegment.VALUES
A public read-only list of all the 'Version Segment' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static VersionSegment |
VersionSegment.get(int value)
Returns the 'Version Segment' literal with the specified integer value.
|
static VersionSegment |
VersionSegment.get(String literal)
Returns the 'Version Segment' literal with the specified literal value.
|
static VersionSegment |
VersionSegment.getByName(String name)
Returns the 'Version Segment' literal with the specified name.
|
static VersionSegment |
VersionSegment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionSegment[] |
VersionSegment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VersionRange |
P2Factory.createVersionRange(Version version,
VersionSegment segment) |
void |
Requirement.setVersionRange(Version version,
VersionSegment segment) |
Modifier and Type | Method and Description |
---|---|
VersionSegment |
P2FactoryImpl.createVersionSegmentFromString(EDataType eDataType,
String initialValue) |
Modifier and Type | Method and Description |
---|---|
VersionRange |
P2FactoryImpl.createVersionRange(Version version,
VersionSegment segment) |
void |
RequirementImpl.setVersionRange(Version version,
VersionSegment segment) |
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html