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

All Superinterfaces:
AbstractCodeElement, CodeItem, Datatype, Element, KDMEntity, ModelElement
All Known Subinterfaces:
SynonymUnit, TypeUnit

public interface DefinedType
extends Datatype

A representation of the model object 'Defined Type'.

The following features are supported:

See Also:
CodePackage.getDefinedType()
Generated:
Model:
abstract="true"

Method Summary
 Datatype getCodeElement()
          Returns the value of the 'Code Element' containment reference.
 Datatype getType()
          Returns the value of the 'Type' reference.
 void setCodeElement(Datatype value)
          Sets the value of the 'Code Element' containment reference.
 void setType(Datatype value)
          Sets the value of the 'Type' reference.
 
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

getType

Datatype getType()
Returns the value of the 'Type' reference.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(Datatype), CodePackage.getDefinedType_Type()
Generated:
Model:
required="true" ordered="false"

setType

void setType(Datatype value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
See Also:
getType()
Generated:

getCodeElement

Datatype getCodeElement()
Returns the value of the 'Code Element' containment reference.

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

Returns:
the value of the 'Code Element' containment reference.
See Also:
setCodeElement(Datatype), CodePackage.getDefinedType_CodeElement()
Generated:
Model:
containment="true" ordered="false"

setCodeElement

void setCodeElement(Datatype value)
Sets the value of the 'Code Element' containment reference.

Parameters:
value - the new value of the 'Code Element' containment reference.
See Also:
getCodeElement()
Generated: