public interface DDNameIncludable extends Includable
The following features are supported:
PLIPackage.getDDNameIncludable()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDdName()
Returns the value of the 'Dd Name' attribute.
|
java.lang.String |
getMember()
Returns the value of the 'Member' attribute.
|
void |
setDdName(java.lang.String value)
Sets the value of the '
Dd Name' attribute. |
void |
setMember(java.lang.String value)
Sets the value of the '
Member' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
java.lang.String getDdName()
setDdName(String),
PLIPackage.getDDNameIncludable_DdName()void setDdName(java.lang.String value)
Dd Name' attribute.
value - the new value of the 'Dd Name' attribute.getDdName()java.lang.String getMember()
setMember(String),
PLIPackage.getDDNameIncludable_Member()void setMember(java.lang.String value)
Member' attribute.
value - the new value of the 'Member' attribute.getMember()