public interface AbstractQueryType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ColumnMappingType> |
getColumnMapping()
Returns the value of the 'Column Mapping' containment reference list.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
int |
getPeriod()
Returns the value of the 'Period' attribute.
|
String |
getSql()
Returns the value of the 'Sql' attribute.
|
String |
getSql1()
Returns the value of the 'Sql1' attribute.
|
BigInteger |
getTimeout()
Returns the value of the 'Timeout' attribute.
|
boolean |
isSetPeriod()
Returns whether the value of the '
Period' attribute is set. |
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setPeriod(int value)
Sets the value of the '
Period' attribute. |
void |
setSql(String value)
Sets the value of the '
Sql' attribute. |
void |
setSql1(String value)
Sets the value of the '
Sql1' attribute. |
void |
setTimeout(BigInteger value)
Sets the value of the '
Timeout' attribute. |
void |
unsetPeriod()
Unsets the value of the '
Period' attribute. |
String getSql()
If the meaning of the 'Sql' attribute isn't clear, there really should be more of a description here...
setSql(String),
ConfigurationPackage.getAbstractQueryType_Sql()void setSql(String value)
Sql' attribute.
value - the new value of the 'Sql' attribute.getSql()org.eclipse.emf.common.util.EList<ColumnMappingType> getColumnMapping()
ColumnMappingType.
If the meaning of the 'Column Mapping' containment reference list isn't clear, there really should be more of a description here...
ConfigurationPackage.getAbstractQueryType_ColumnMapping()String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
ConfigurationPackage.getAbstractQueryType_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()int getPeriod()
If the meaning of the 'Period' attribute isn't clear, there really should be more of a description here...
isSetPeriod(),
unsetPeriod(),
setPeriod(int),
ConfigurationPackage.getAbstractQueryType_Period()void setPeriod(int value)
Period' attribute.
value - the new value of the 'Period' attribute.isSetPeriod(),
unsetPeriod(),
getPeriod()void unsetPeriod()
Period' attribute.
isSetPeriod(),
getPeriod(),
setPeriod(int)boolean isSetPeriod()
Period' attribute is set.
unsetPeriod(),
getPeriod(),
setPeriod(int)String getSql1()
If the meaning of the 'Sql1' attribute isn't clear, there really should be more of a description here...
setSql1(String),
ConfigurationPackage.getAbstractQueryType_Sql1()void setSql1(String value)
Sql1' attribute.
value - the new value of the 'Sql1' attribute.getSql1()BigInteger getTimeout()
If the meaning of the 'Timeout' attribute isn't clear, there really should be more of a description here...
setTimeout(BigInteger),
ConfigurationPackage.getAbstractQueryType_Timeout()void setTimeout(BigInteger value)
Timeout' attribute.
value - the new value of the 'Timeout' attribute.getTimeout()