public interface Scope extends SetupTaskContainer
The following features are supported:
SetupPackage.getScope()
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getLabel()
Returns the value of the 'Label' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
Scope |
getParentScope() |
String |
getQualifiedName()
Returns the value of the 'Qualified Name' attribute.
|
ScopeType |
getType() |
void |
setDescription(String value)
Sets the value of the '
Description ' attribute. |
void |
setLabel(String value)
Sets the value of the '
Label ' attribute. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
getSetupTasks
getAnnotation, getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
SetupPackage.getScope_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String)
,
SetupPackage.getScope_Label()
void setLabel(String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()
String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
SetupPackage.getScope_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
String getQualifiedName()
If the meaning of the 'Qualified Name' attribute isn't clear, there really should be more of a description here...
SetupPackage.getScope_QualifiedName()
Scope getParentScope()
ScopeType getType()
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html