org.eclipse.gmt.modisco.omg.kdm.code
Interface ClassUnit

All Superinterfaces:
AbstractCodeElement, CodeItem, Datatype, Element, KDMEntity, ModelElement

public interface ClassUnit
extends Datatype

A representation of the model object 'Class Unit'.

The following features are supported:

See Also:
CodePackage.getClassUnit()
Generated:
Model:

Method Summary
  getCodeElement()
          Returns the value of the 'Code Element' containment reference list.
 java.lang.Boolean getIsAbstract()
          Returns the value of the 'Is Abstract' attribute.
 void setIsAbstract(java.lang.Boolean value)
          Sets the value of the 'Is Abstract' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.code.AbstractCodeElement
getCodeRelation, getComment, getEntryFlow, getSource
 
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

getIsAbstract

java.lang.Boolean getIsAbstract()
Returns the value of the 'Is Abstract' attribute.

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

Returns:
the value of the 'Is Abstract' attribute.
See Also:
setIsAbstract(Boolean), CodePackage.getClassUnit_IsAbstract()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.Boolean"

setIsAbstract

void setIsAbstract(java.lang.Boolean value)
Sets the value of the 'Is Abstract' attribute.

Parameters:
value - the new value of the 'Is Abstract' attribute.
See Also:
getIsAbstract()
Generated:

getCodeElement

 getCodeElement()
Returns the value of the 'Code Element' containment reference list. The list contents are of type CodeItem.

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

Returns:
the value of the 'Code Element' containment reference list.
See Also:
CodePackage.getClassUnit_CodeElement()
Generated:
Model:
containment="true"