public interface ConnectionType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getConnectionClass()
Returns the value of the 'Connection Class' attribute.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
String |
getPassword()
Returns the value of the 'Password' attribute.
|
org.eclipse.emf.common.util.EList<QueryType> |
getQuery()
Returns the value of the 'Query' containment reference list.
|
org.eclipse.emf.common.util.EList<TabularQueryType> |
getTabularQuery()
Returns the value of the 'Tabular Query' containment reference list.
|
int |
getTimeout()
Returns the value of the 'Timeout' attribute.
|
org.eclipse.emf.common.util.EList<UpdateType> |
getUpdate()
Returns the value of the 'Update' containment reference list.
|
String |
getUri()
Returns the value of the 'Uri' attribute.
|
String |
getUsername()
Returns the value of the 'Username' attribute.
|
boolean |
isSetTimeout()
Returns whether the value of the '
Timeout ' attribute is set. |
void |
setConnectionClass(String value)
Sets the value of the '
Connection Class ' attribute. |
void |
setId(String value)
Sets the value of the '
Id ' attribute. |
void |
setPassword(String value)
Sets the value of the '
Password ' attribute. |
void |
setTimeout(int value)
Sets the value of the '
Timeout ' attribute. |
void |
setUri(String value)
Sets the value of the '
Uri ' attribute. |
void |
setUsername(String value)
Sets the value of the '
Username ' attribute. |
void |
unsetTimeout()
Unsets the value of the '
Timeout ' attribute. |
org.eclipse.emf.common.util.EList<QueryType> getQuery()
QueryType
.
If the meaning of the 'Query' containment reference list isn't clear, there really should be more of a description here...
ConfigurationPackage.getConnectionType_Query()
org.eclipse.emf.common.util.EList<TabularQueryType> getTabularQuery()
TabularQueryType
.
If the meaning of the 'Tabular Query' containment reference list isn't clear, there really should be more of a description here...
ConfigurationPackage.getConnectionType_TabularQuery()
org.eclipse.emf.common.util.EList<UpdateType> getUpdate()
UpdateType
.
If the meaning of the 'Update' containment reference list isn't clear, there really should be more of a description here...
ConfigurationPackage.getConnectionType_Update()
String getConnectionClass()
If the meaning of the 'Connection Class' attribute isn't clear, there really should be more of a description here...
setConnectionClass(String)
,
ConfigurationPackage.getConnectionType_ConnectionClass()
void setConnectionClass(String value)
Connection Class
' attribute.
value
- the new value of the 'Connection Class' attribute.getConnectionClass()
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
ConfigurationPackage.getConnectionType_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
String getPassword()
If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...
setPassword(String)
,
ConfigurationPackage.getConnectionType_Password()
void setPassword(String value)
Password
' attribute.
value
- the new value of the 'Password' attribute.getPassword()
int getTimeout()
If the meaning of the 'Timeout' attribute isn't clear, there really should be more of a description here...
isSetTimeout()
,
unsetTimeout()
,
setTimeout(int)
,
ConfigurationPackage.getConnectionType_Timeout()
void setTimeout(int value)
Timeout
' attribute.
value
- the new value of the 'Timeout' attribute.isSetTimeout()
,
unsetTimeout()
,
getTimeout()
void unsetTimeout()
Timeout
' attribute.
isSetTimeout()
,
getTimeout()
,
setTimeout(int)
boolean isSetTimeout()
Timeout
' attribute is set.
unsetTimeout()
,
getTimeout()
,
setTimeout(int)
String getUri()
If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
setUri(String)
,
ConfigurationPackage.getConnectionType_Uri()
void setUri(String value)
Uri
' attribute.
value
- the new value of the 'Uri' attribute.getUri()
String getUsername()
If the meaning of the 'Username' attribute isn't clear, there really should be more of a description here...
setUsername(String)
,
ConfigurationPackage.getConnectionType_Username()
void setUsername(String value)
Username
' attribute.
value
- the new value of the 'Username' attribute.getUsername()