public interface ProxyType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ConfigurationPackage.getProxyType()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ConnectionType> |
getConnection()
Returns the value of the 'Connection' containment reference list.
|
String |
getPrefix()
Returns the value of the 'Prefix' attribute.
|
int |
getWait()
Returns the value of the 'Wait' attribute.
|
boolean |
isSetWait()
Returns whether the value of the '
Wait ' attribute is set. |
void |
setPrefix(String value)
Sets the value of the '
Prefix ' attribute. |
void |
setWait(int value)
Sets the value of the '
Wait ' attribute. |
void |
unsetWait()
Unsets the value of the '
Wait ' attribute. |
org.eclipse.emf.common.util.EList<ConnectionType> getConnection()
ConnectionType
.
If the meaning of the 'Connection' containment reference list isn't clear, there really should be more of a description here...
ConfigurationPackage.getProxyType_Connection()
String getPrefix()
If the meaning of the 'Prefix' attribute isn't clear, there really should be more of a description here...
setPrefix(String)
,
ConfigurationPackage.getProxyType_Prefix()
void setPrefix(String value)
Prefix
' attribute.
value
- the new value of the 'Prefix' attribute.getPrefix()
int getWait()
"0"
.
If the meaning of the 'Wait' attribute isn't clear, there really should be more of a description here...
isSetWait()
,
unsetWait()
,
setWait(int)
,
ConfigurationPackage.getProxyType_Wait()
void setWait(int value)
Wait
' attribute.
value
- the new value of the 'Wait' attribute.isSetWait()
,
unsetWait()
,
getWait()
void unsetWait()
Wait
' attribute.
isSetWait()
,
getWait()
,
setWait(int)
boolean isSetWait()
Wait
' attribute is set.
unsetWait()
,
getWait()
,
setWait(int)