public interface Resource
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TacticdslPackage.getResource()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ServiceDependency> |
getDependencies()
Returns the value of the 'Dependencies' containment reference list.
|
java.lang.String |
getDoc()
Returns the value of the 'Doc' attribute.
|
java.lang.String |
getHint()
Returns the value of the 'Hint' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<ResourceOperation> |
getOperations()
Returns the value of the 'Operations' containment reference list.
|
java.lang.String |
getPath()
Returns the value of the 'Path' attribute.
|
boolean |
isGapClass()
Returns the value of the 'Gap Class' attribute.
|
boolean |
isNoGapClass()
Returns the value of the 'No Gap Class' attribute.
|
boolean |
isScaffold()
Returns the value of the 'Scaffold' attribute.
|
void |
setDoc(java.lang.String value)
Sets the value of the '
Doc' attribute. |
void |
setGapClass(boolean value)
Sets the value of the '
Gap Class' attribute. |
void |
setHint(java.lang.String value)
Sets the value of the '
Hint' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setNoGapClass(boolean value)
Sets the value of the '
No Gap Class' attribute. |
void |
setPath(java.lang.String value)
Sets the value of the '
Path' attribute. |
void |
setScaffold(boolean value)
Sets the value of the '
Scaffold' attribute. |
java.lang.String getDoc()
If the meaning of the 'Doc' attribute isn't clear, there really should be more of a description here...
setDoc(String),
TacticdslPackage.getResource_Doc()void setDoc(java.lang.String value)
Doc' attribute.
value - the new value of the 'Doc' attribute.getDoc()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
TacticdslPackage.getResource_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()boolean isGapClass()
If the meaning of the 'Gap Class' attribute isn't clear, there really should be more of a description here...
setGapClass(boolean),
TacticdslPackage.getResource_GapClass()void setGapClass(boolean value)
Gap Class' attribute.
value - the new value of the 'Gap Class' attribute.isGapClass()boolean isNoGapClass()
If the meaning of the 'No Gap Class' attribute isn't clear, there really should be more of a description here...
setNoGapClass(boolean),
TacticdslPackage.getResource_NoGapClass()void setNoGapClass(boolean value)
No Gap Class' attribute.
value - the new value of the 'No Gap Class' attribute.isNoGapClass()java.lang.String getHint()
If the meaning of the 'Hint' attribute isn't clear, there really should be more of a description here...
setHint(String),
TacticdslPackage.getResource_Hint()void setHint(java.lang.String value)
Hint' attribute.
value - the new value of the 'Hint' attribute.getHint()boolean isScaffold()
If the meaning of the 'Scaffold' attribute isn't clear, there really should be more of a description here...
setScaffold(boolean),
TacticdslPackage.getResource_Scaffold()void setScaffold(boolean value)
Scaffold' attribute.
value - the new value of the 'Scaffold' attribute.isScaffold()java.lang.String getPath()
If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...
setPath(String),
TacticdslPackage.getResource_Path()void setPath(java.lang.String value)
Path' attribute.
value - the new value of the 'Path' attribute.getPath()org.eclipse.emf.common.util.EList<ServiceDependency> getDependencies()
ServiceDependency.
If the meaning of the 'Dependencies' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getResource_Dependencies()org.eclipse.emf.common.util.EList<ResourceOperation> getOperations()
ResourceOperation.
If the meaning of the 'Operations' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getResource_Operations()