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

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

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

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

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

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

Fields in de.cau.cs.kieler.krep.editors.klp.klp.impl declared as Scope
protected  Scope DeclImpl.scope
          The cached value of the 'Scope' attribute.
protected static Scope DeclImpl.SCOPE_EDEFAULT
          The default value of the 'Scope' attribute.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl that return Scope
 Scope KlpFactoryImpl.createScopeFromString(EDataType eDataType, String initialValue)
           
 Scope DeclImpl.getScope()
           
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl with parameters of type Scope
 void DeclImpl.setScope(Scope newScope)