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

All Superinterfaces:
AbstractCodeElement, CodeItem, ComputationalObject, DataElement, Element, KDMEntity, ModelElement

public interface ParameterUnit
extends DataElement

A representation of the model object 'Parameter Unit'.

The following features are supported:

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

Method Summary
 ParameterKind getKind()
          Returns the value of the 'Kind' attribute.
 java.lang.Integer getPos()
          Returns the value of the 'Pos' attribute.
 void setKind(ParameterKind value)
          Sets the value of the 'Kind' attribute.
 void setPos(java.lang.Integer value)
          Sets the value of the 'Pos' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.code.DataElement
getCodeElement, getExt, getSize, getType, setExt, setSize, setType
 
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

getKind

ParameterKind getKind()
Returns the value of the 'Kind' attribute. The literals are from the enumeration ParameterKind.

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

Returns:
the value of the 'Kind' attribute.
See Also:
ParameterKind, setKind(ParameterKind), CodePackage.getParameterUnit_Kind()
Generated:
Model:

setKind

void setKind(ParameterKind value)
Sets the value of the 'Kind' attribute.

Parameters:
value - the new value of the 'Kind' attribute.
See Also:
ParameterKind, getKind()
Generated:

getPos

java.lang.Integer getPos()
Returns the value of the 'Pos' attribute.

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

Returns:
the value of the 'Pos' attribute.
See Also:
setPos(Integer), CodePackage.getParameterUnit_Pos()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.Integer"

setPos

void setPos(java.lang.Integer value)
Sets the value of the 'Pos' attribute.

Parameters:
value - the new value of the 'Pos' attribute.
See Also:
getPos()
Generated: