public interface RootType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ConfigurationPackage.getRootType()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ProxyType> |
getProxy()
Returns the value of the 'Proxy' containment reference list.
|
String |
getSeparator()
Returns the value of the 'Separator' attribute.
|
boolean |
isSetSeparator()
Returns whether the value of the '
Separator ' attribute is set. |
void |
setSeparator(String value)
Sets the value of the '
Separator ' attribute. |
void |
unsetSeparator()
Unsets the value of the '
Separator ' attribute. |
org.eclipse.emf.common.util.EList<ProxyType> getProxy()
ProxyType
.
If the meaning of the 'Proxy' containment reference list isn't clear, there really should be more of a description here...
ConfigurationPackage.getRootType_Proxy()
String getSeparator()
"."
.
If the meaning of the 'Separator' attribute isn't clear, there really should be more of a description here...
isSetSeparator()
,
unsetSeparator()
,
setSeparator(String)
,
ConfigurationPackage.getRootType_Separator()
void setSeparator(String value)
Separator
' attribute.
value
- the new value of the 'Separator' attribute.isSetSeparator()
,
unsetSeparator()
,
getSeparator()
void unsetSeparator()
Separator
' attribute.
isSetSeparator()
,
getSeparator()
,
setSeparator(String)
boolean isSetSeparator()
Separator
' attribute is set.
unsetSeparator()
,
getSeparator()
,
setSeparator(String)