Eclipse Platform
Release 3.2

org.eclipse.core.commands.common
Interface IIdentifiable

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

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.

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.