Uses of Class
de.cau.cs.kieler.krep.editors.klp.klp.JumpKind

Packages that use JumpKind
de.cau.cs.kieler.krep.editors.klp.klp   
de.cau.cs.kieler.krep.editors.klp.klp.impl   
 

Uses of JumpKind in de.cau.cs.kieler.krep.editors.klp.klp
 

Fields in de.cau.cs.kieler.krep.editors.klp.klp with type parameters of type JumpKind
static List<JumpKind> JumpKind.VALUES
          A public read-only list of all the 'Jump Kind' enumerators.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp that return JumpKind
static JumpKind JumpKind.get(int value)
          Returns the 'Jump Kind' literal with the specified integer value.
static JumpKind JumpKind.get(String literal)
          Returns the 'Jump Kind' literal with the specified literal value.
static JumpKind JumpKind.getByName(String name)
          Returns the 'Jump Kind' literal with the specified name.
 JumpKind CJmp.getCond()
          Returns the value of the 'Cond' attribute.
static JumpKind JumpKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JumpKind[] JumpKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp with parameters of type JumpKind
 void CJmp.setCond(JumpKind value)
          Sets the value of the 'Cond' attribute.
 

Uses of JumpKind in de.cau.cs.kieler.krep.editors.klp.klp.impl
 

Fields in de.cau.cs.kieler.krep.editors.klp.klp.impl declared as JumpKind
protected  JumpKind CJmpImpl.cond
          The cached value of the 'Cond' attribute.
protected static JumpKind CJmpImpl.COND_EDEFAULT
          The default value of the 'Cond' attribute.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl that return JumpKind
 JumpKind KlpFactoryImpl.createJumpKindFromString(EDataType eDataType, String initialValue)
           
 JumpKind CJmpImpl.getCond()
           
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl with parameters of type JumpKind
 void CJmpImpl.setCond(JumpKind newCond)