Uses of Class
org.eclipse.mofscript.MOFScriptModel.AccessLevel

Packages that use AccessLevel
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
 

Uses of AccessLevel in org.eclipse.mofscript.MOFScriptModel
 

Fields in org.eclipse.mofscript.MOFScriptModel with type parameters of type AccessLevel
static java.util.List<AccessLevel> AccessLevel.VALUES
          A public read-only list of all the 'Access Level' enumerators
 

Methods in org.eclipse.mofscript.MOFScriptModel that return AccessLevel
static AccessLevel AccessLevel.get(int value)
          Returns the 'Access Level' literal with the specified integer value
static AccessLevel AccessLevel.get(java.lang.String literal)
          Returns the 'Access Level' literal with the specified literal value
 AccessLevel TransformationRule.getAccessLevel()
          Returns the value of the 'Access Level' attribute.
static AccessLevel AccessLevel.getByName(java.lang.String name)
          Returns the 'Access Level' literal with the specified name
static AccessLevel AccessLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AccessLevel[] AccessLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.mofscript.MOFScriptModel with parameters of type AccessLevel
 void TransformationRule.setAccessLevel(AccessLevel value)
          Sets the value of the 'Access Level' attribute
 

Uses of AccessLevel in org.eclipse.mofscript.MOFScriptModel.impl
 

Fields in org.eclipse.mofscript.MOFScriptModel.impl declared as AccessLevel
protected static AccessLevel TransformationRuleImpl.ACCESS_LEVEL_EDEFAULT
          The default value of the 'Access Level' attribute
protected  AccessLevel TransformationRuleImpl.accessLevel
          The cached value of the 'Access Level' attribute
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return AccessLevel
 AccessLevel MOFScriptModelFactoryImpl.createAccessLevelFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AccessLevel TransformationRuleImpl.getAccessLevel()
           
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type AccessLevel
 void TransformationRuleImpl.setAccessLevel(AccessLevel newAccessLevel)