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.
|
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 |
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()