ujf.verimag.bip.cmodel
Interface CJump

All Superinterfaces:
CBodyItem, CStm
All Known Implementing Classes:
CJumpImpl

public interface CJump
extends CStm

A representation of the model object 'CJump'.

The following features are supported:

See Also:
CmodelPackage.getCJump()

Method Summary
 JumpType getType()
          Returns the value of the 'Type' attribute.
 void setType(JumpType value)
          Sets the value of the 'Type' attribute.
 

Method Detail

getType

JumpType getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration JumpType.

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

Returns:
the value of the 'Type' attribute.
See Also:
JumpType, setType(JumpType), CmodelPackage.getCJump_Type()

setType

void setType(JumpType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
JumpType, getType()