org.eclipse.core.commands.common
Interface IIdentifiable

All Known Implementing Classes:
Category, Command, Context, HandleObject, NamedHandleObject, ParameterType

public interface IIdentifiable

An object that is unique identifiable based on the combination of its class and its identifier.

Since:
3.2
See Also:
HandleObject

Method Summary
 java.lang.String getId()
          Returns the identifier for this object.
 

Method Detail

getId

java.lang.String getId()
Returns the identifier for this object.

Returns:
The identifier; never null.