|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessLevel | |
---|---|
org.eclipse.mofscript.MOFScriptModel | |
org.eclipse.mofscript.MOFScriptModel.impl | |
org.eclipse.mofscript.MOFScriptModel.validation |
Uses of AccessLevel in org.eclipse.mofscript.MOFScriptModel |
---|
Fields in org.eclipse.mofscript.MOFScriptModel declared as AccessLevel | |
---|---|
static AccessLevel |
AccessLevel.NONE_LITERAL
The 'NONE' literal object |
static AccessLevel |
AccessLevel.PRIVATE_LITERAL
The 'PRIVATE' literal object |
static AccessLevel |
AccessLevel.PROTECTED_LITERAL
The 'PROTECTED' literal object |
static AccessLevel |
AccessLevel.PUBLIC_LITERAL
The 'PUBLIC' literal object |
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 |
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 |
---|
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)
|
Uses of AccessLevel in org.eclipse.mofscript.MOFScriptModel.validation |
---|
Methods in org.eclipse.mofscript.MOFScriptModel.validation with parameters of type AccessLevel | |
---|---|
boolean |
TransformationRuleValidator.validateAccessLevel(AccessLevel value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |