Eclipse Platform
Release 3.6

org.eclipse.equinox.p2.metadata
Interface ITouchpointType


public interface ITouchpointType

Identifies a particular touchpoint. A touchpoint is identified by an id and a version.

Since:
2.0
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Field Summary
static ITouchpointType NONE
          A touchpoint type indicating an undefined touchpoint type.
 
Method Summary
 boolean equals(Object obj)
          Returns whether this TouchpointInstruction is equal to the given object.
 String getId()
           
 Version getVersion()
           
 

Field Detail

NONE

static final ITouchpointType NONE
A touchpoint type indicating an undefined touchpoint type. Identity (==) must be used to test for the NONE type.

Method Detail

getId

String getId()

getVersion

Version getVersion()

equals

boolean equals(Object obj)
Returns whether this TouchpointInstruction is equal to the given object. This method returns true if:

Overrides:
equals in class Object

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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