org.eclipse.gmt.modisco.omg.kdm.build
Interface BuildDescription

All Superinterfaces:
AbstractBuildElement, BuildResource, Element, KDMEntity, ModelElement

public interface BuildDescription
extends BuildResource

A representation of the model object 'Description'.

The following features are supported:

See Also:
BuildPackage.getBuildDescription()
Generated:
Model:

Method Summary
  getSource()
          Returns the value of the 'Source' containment reference list.
 java.lang.String getText()
          Returns the value of the 'Text' attribute.
 void setText(java.lang.String value)
          Sets the value of the 'Text' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.build.BuildResource
getBuildElement, getGroupedBuild, getImplementation
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.build.AbstractBuildElement
getBuildRelation
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setName
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getSource

 getSource()
Returns the value of the 'Source' containment reference list. The list contents are of type SourceRef.

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

Returns:
the value of the 'Source' containment reference list.
See Also:
BuildPackage.getBuildDescription_Source()
Generated:
Model:
containment="true" ordered="false"

getText

java.lang.String getText()
Returns the value of the 'Text' attribute.

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

Returns:
the value of the 'Text' attribute.
See Also:
setText(String), BuildPackage.getBuildDescription_Text()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.String"

setText

void setText(java.lang.String value)
Sets the value of the 'Text' attribute.

Parameters:
value - the new value of the 'Text' attribute.
See Also:
getText()
Generated: