org.eclipse.modisco.omg.gastm
Interface NameSpaceDefinition

All Superinterfaces:
DefinitionObject, GASTMObject, GASTMSyntaxObject

public interface NameSpaceDefinition
extends DefinitionObject

A representation of the model object 'Name Space Definition'.

The following features are supported:

See Also:
GASTMPackage.getNameSpaceDefinition()
Generated:
Model:

Method Summary
  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.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getNameSpace

Name getNameSpace()
Returns the value of the 'Name Space' containment reference.

If the meaning of the 'Name Space' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name Space' containment reference.
See Also:
setNameSpace(Name), GASTMPackage.getNameSpaceDefinition_NameSpace()
Generated:
Model:
containment="true" required="true"

setNameSpace

void setNameSpace(Name value)
Sets the value of the 'Name Space' containment reference.

Parameters:
value - the new value of the 'Name Space' containment reference.
See Also:
getNameSpace()
Generated:

getBody

 getBody()
Returns the value of the 'Body' containment reference list. The list contents are of type DefinitionObject.

If the meaning of the 'Body' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Body' containment reference list.
See Also:
GASTMPackage.getNameSpaceDefinition_Body()
Generated:
Model:
containment="true" required="true"

getNameSpaceType

NameSpaceType getNameSpaceType()
Returns the value of the 'Name Space Type' containment reference.

If the meaning of the 'Name Space Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name Space Type' containment reference.
See Also:
setNameSpaceType(NameSpaceType), GASTMPackage.getNameSpaceDefinition_NameSpaceType()
Generated:
Model:
containment="true" required="true"

setNameSpaceType

void setNameSpaceType(NameSpaceType value)
Sets the value of the 'Name Space Type' containment reference.

Parameters:
value - the new value of the 'Name Space Type' containment reference.
See Also:
getNameSpaceType()
Generated: