public interface UpdateType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ConfigurationPackage.getUpdateType()
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the value of the 'Id' attribute.
|
org.eclipse.emf.common.util.EList<UpdateMappingType> |
getMapping()
Returns the value of the 'Mapping' containment reference list.
|
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.
|
void |
setId(String value)
Sets the value of the '
Id ' 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. |
String getSql()
If the meaning of the 'Sql' attribute isn't clear, there really should be more of a description here...
setSql(String)
,
ConfigurationPackage.getUpdateType_Sql()
void setSql(String value)
Sql
' attribute.
value
- the new value of the 'Sql' attribute.getSql()
org.eclipse.emf.common.util.EList<UpdateMappingType> getMapping()
UpdateMappingType
.
If the meaning of the 'Mapping' containment reference list isn't clear, there really should be more of a description here...
ConfigurationPackage.getUpdateType_Mapping()
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
ConfigurationPackage.getUpdateType_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
String getSql1()
If the meaning of the 'Sql1' attribute isn't clear, there really should be more of a description here...
setSql1(String)
,
ConfigurationPackage.getUpdateType_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.getUpdateType_Timeout()
void setTimeout(BigInteger value)
Timeout
' attribute.
value
- the new value of the 'Timeout' attribute.getTimeout()