public interface DeclarePart extends PLINode
The following features are supported:
PLIPackage.getDeclarePart()| 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.
|
DeclarePartItem |
getItem()
Returns the value of the 'Item' containment reference.
|
Level |
getLevel()
Returns the value of the 'Level' containment reference.
|
void |
setItem(DeclarePartItem value)
Sets the value of the '
Item' containment reference. |
void |
setLevel(Level value)
Sets the value of the '
Level' 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.getDeclarePart_Level()void setLevel(Level value)
Level' containment reference.
value - the new value of the 'Level' containment reference.getLevel()DeclarePartItem getItem()
setItem(DeclarePartItem),
PLIPackage.getDeclarePart_Item()void setItem(DeclarePartItem value)
Item' containment reference.
value - the new value of the 'Item' containment reference.getItem()java.util.List<Bounds> getBounds()
Bounds.
PLIPackage.getDeclarePart_Bounds()java.util.List<Attribute> getAttributes()
Attribute.
PLIPackage.getDeclarePart_Attributes()