ujf.verimag.bip.Core.Behaviors
Interface Constant

All Superinterfaces:
DataTypedElement, NamedElement, Variable
All Known Implementing Classes:
ConstantImpl

public interface Constant
extends Variable

A representation of the model object 'Constant'.

The following features are supported:

See Also:
BehaviorsPackage.getConstant()

Method Summary
 PartType getPartType()
          Returns the value of the 'Part Type' container reference.
 void setPartType(PartType value)
          Sets the value of the 'Part Type' container reference.
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.Variable
getConnectorType, getInitialValue, isIsExternal, setConnectorType, setInitialValue, setIsExternal
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.DataTypedElement
getOpaqueTypeName, getType, setOpaqueTypeName, setType
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.NamedElement
getName, getScope, setName, setScope
 

Method Detail

getPartType

PartType getPartType()
Returns the value of the 'Part Type' container reference. It is bidirectional and its opposite is 'Constant'.

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

Returns:
the value of the 'Part Type' container reference.
See Also:
setPartType(PartType), BehaviorsPackage.getConstant_PartType(), PartType.getConstant()

setPartType

void setPartType(PartType value)
Sets the value of the 'Part Type' container reference.

Parameters:
value - the new value of the 'Part Type' container reference.
See Also:
getPartType()