public interface NameSpaceDefinition extends DefinitionObject
The following features are supported:
GASTMPackage.getNameSpaceDefinition()| Modifier and Type | Method and Description |
|---|---|
|
getBody()
Returns the value of the 'Body' containment reference list.
|
Name |
getNameSpace()
Returns the value of the 'Name Space' containment reference.
|
NameSpaceType |
getNameSpaceType()
Returns the value of the 'Name Space Type' containment reference.
|
void |
setNameSpace(Name value)
Sets the value of the '
Name Space' containment reference. |
void |
setNameSpaceType(NameSpaceType value)
Sets the value of the '
Name Space Type' containment reference. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoName getNameSpace()
If the meaning of the 'Name Space' containment reference isn't clear, there really should be more of a description here...
setNameSpace(Name),
GASTMPackage.getNameSpaceDefinition_NameSpace()void setNameSpace(Name value)
Name Space' containment reference.
value - the new value of the 'Name Space' containment reference.getNameSpace()getBody()
DefinitionObject.
If the meaning of the 'Body' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getNameSpaceDefinition_Body()NameSpaceType getNameSpaceType()
If the meaning of the 'Name Space Type' containment reference isn't clear, there really should be more of a description here...
setNameSpaceType(NameSpaceType),
GASTMPackage.getNameSpaceDefinition_NameSpaceType()void setNameSpaceType(NameSpaceType value)
Name Space Type' containment reference.
value - the new value of the 'Name Space Type' containment reference.getNameSpaceType()