public interface RelatedGroup
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDoc()
Returns the value of the 'Doc' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<java.lang.String> |
getNanoentities()
Returns the value of the 'Nanoentities' attribute list.
|
void |
setDoc(java.lang.String value)
Sets the value of the '
Doc' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' 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),
ServiceCutterConfigurationDSLPackage.getRelatedGroup_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),
ServiceCutterConfigurationDSLPackage.getRelatedGroup_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<java.lang.String> getNanoentities()
String.
If the meaning of the 'Nanoentities' attribute list isn't clear, there really should be more of a description here...
ServiceCutterConfigurationDSLPackage.getRelatedGroup_Nanoentities()