public interface IdentifiableElement extends LabelableElement
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the id of this object, which is the value of the contained
Identifier object. |
Identifier |
getIdentifier()
Returns the
Identifier label for this object. |
void |
setId(String id)
Creates a new
Identifier object and sets its value to the passed
id. |
void |
setIdentifier(Identifier identifier)
Sets the
Identifier label for this object. |
addLabel, containsLabel, getLabel, getLabel, getLabels, getLabelsByNamespace, removeAll, removeLabel, removeLabel, sizeLabelsString getId()
Identifier object.void setId(String id)
Identifier object and sets its value to the passed
id.value - the id StringIdentifier getIdentifier()
Identifier label for this object.Identifier objectvoid setIdentifier(Identifier identifier)
Identifier label for this object. If this object alredy
had an identifier, the old one is removed and the new one is added.the - Identifier objectCopyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.