Eclipse Platform
Kepler (4.3)

org.eclipse.equinox.p2.metadata
Interface IVersionedId

All Known Subinterfaces:
IArtifactKey, IInstallableUnit, IInstallableUnitFragment, IInstallableUnitPatch
All Known Implementing Classes:
VersionedId

public interface IVersionedId

An interface representing a (id,version) pair.

Since:
2.0

Method Summary
 java.lang.String getId()
          Returns the id portion of this versioned id.
 Version getVersion()
          Returns the version portion of this versioned id.
 

Method Detail

getId

java.lang.String getId()
Returns the id portion of this versioned id.

Returns:
The id portion of this versioned id.

getVersion

Version getVersion()
Returns the version portion of this versioned id.

Returns:
the version portion of this versioned id.

Eclipse Platform
Kepler (4.3)

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.