Packages that use AccessLevel | |
---|---|
org.sintef.mofscript.MOFScriptModel | |
org.sintef.mofscript.MOFScriptModel.impl |
Uses of AccessLevel in org.sintef.mofscript.MOFScriptModel |
---|
Fields in org.sintef.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.sintef.mofscript.MOFScriptModel that return AccessLevel | |
---|---|
static AccessLevel |
AccessLevel.get(int value)
Returns the 'Access Level' literal with the specified value |
static AccessLevel |
AccessLevel.get(java.lang.String name)
Returns the 'Access Level' literal with the specified name |
AccessLevel |
TransformationRule.getAccessLevel()
Returns the value of the 'Access Level' attribute. |
Methods in org.sintef.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.sintef.mofscript.MOFScriptModel.impl |
---|
Fields in org.sintef.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.sintef.mofscript.MOFScriptModel.impl that return AccessLevel | |
---|---|
AccessLevel |
TransformationRuleImpl.getAccessLevel()
|
Methods in org.sintef.mofscript.MOFScriptModel.impl with parameters of type AccessLevel | |
---|---|
void |
TransformationRuleImpl.setAccessLevel(AccessLevel newAccessLevel)
|