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

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

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

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

Methods in de.cau.cs.kieler.krep.editors.klp.klp that return MoveKind
static MoveKind MoveKind.get(int value)
          Returns the 'Move Kind' literal with the specified integer value.
static MoveKind MoveKind.get(String literal)
          Returns the 'Move Kind' literal with the specified literal value.
static MoveKind MoveKind.getByName(String name)
          Returns the 'Move Kind' literal with the specified name.
 MoveKind Move.getType()
          Returns the value of the 'Type' attribute.
static MoveKind MoveKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MoveKind[] MoveKind.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 MoveKind
 void Move.setType(MoveKind value)
          Sets the value of the 'Type' attribute.
 

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

Fields in de.cau.cs.kieler.krep.editors.klp.klp.impl declared as MoveKind
protected  MoveKind MoveImpl.type
          The cached value of the 'Type' attribute.
protected static MoveKind MoveImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl that return MoveKind
 MoveKind KlpFactoryImpl.createMoveKindFromString(EDataType eDataType, String initialValue)
           
 MoveKind MoveImpl.getType()
           
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl with parameters of type MoveKind
 void MoveImpl.setType(MoveKind newType)