public interface IIdentifiable
Modifier and Type | Field and Description |
---|---|
static String |
P_ID
A property that will be carried by the change event
if 'id' field of this object is changed.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns a unique id of this object.
|
void |
setId(String id)
Sets the id of this IIdentifiable to the provided value.
|
static final String P_ID
String getId()
void setId(String id) throws CoreException
id
- a new id of this objectCoreException
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.