public interface StructurePart extends PLINode
The following features are supported:
PLIPackage.getStructurePart()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
java.util.List<Bounds> |
getBounds()
Returns the value of the 'Bounds' containment reference list.
|
Level |
getLevel()
Returns the value of the 'Level' containment reference.
|
StructurePartItem |
getStructurePartItem()
Returns the value of the 'Structure Part Item' containment reference.
|
void |
setLevel(Level value)
Sets the value of the '
Level' containment reference. |
void |
setStructurePartItem(StructurePartItem value)
Sets the value of the '
Structure Part Item' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Level getLevel()
setLevel(Level),
PLIPackage.getStructurePart_Level()void setLevel(Level value)
Level' containment reference.
value - the new value of the 'Level' containment reference.getLevel()StructurePartItem getStructurePartItem()
setStructurePartItem(StructurePartItem),
PLIPackage.getStructurePart_StructurePartItem()void setStructurePartItem(StructurePartItem value)
Structure Part Item' containment reference.
value - the new value of the 'Structure Part Item' containment reference.getStructurePartItem()java.util.List<Bounds> getBounds()
Bounds.
PLIPackage.getStructurePart_Bounds()java.util.List<Attribute> getAttributes()
Attribute.
PLIPackage.getStructurePart_Attributes()