Eclipse Platform
Release 3.3

org.eclipse.core.commands.common
Interface IIdentifiable

All Known Implementing Classes:
HandleObject

public interface IIdentifiable

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

* * @see HandleObject * @since 3.2


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

Method Detail

getId

public String getId()
Returns the identifier for this object. * * @return The identifier; never null.


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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