org.eclipse.modisco.omg.gastm
Interface Name

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, MinorSyntaxObject

public interface Name
extends MinorSyntaxObject

A representation of the model object 'Name'.

The following features are supported:

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

Method Summary
 java.lang.String getNameString()
          Returns the value of the 'Name String' attribute.
 void setNameString(java.lang.String value)
          Sets the value of the 'Name String' attribute.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getNameString

java.lang.String getNameString()
Returns the value of the 'Name String' attribute.

If the meaning of the 'Name String' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name String' attribute.
See Also:
setNameString(String), GASTMPackage.getName_NameString()
Generated:
Model:

setNameString

void setNameString(java.lang.String value)
Sets the value of the 'Name String' attribute.

Parameters:
value - the new value of the 'Name String' attribute.
See Also:
getNameString()
Generated: