Package 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:
-
Method Summary
-
Method Details
-
getId
String getId()Returns the identifier for this object.- Returns:
- The identifier; never
null
.
-