public interface ChangeControl extends SearchControl
The following features are supported:
ModelPackage.getChangeControl()
Modifier and Type | Method and Description |
---|---|
CheckPointType |
createCheckPoint()
This method will return a new CheckPointType object that
is contained by this object.
|
java.util.List |
getChangeTypes()
Returns the value of the 'Change Types' attribute list.
|
java.lang.String[] |
getChangeTypesAsArray()
Returns the array value of the 'Change Types' attribute list.
|
java.util.List |
getCheckPoint()
Returns the value of the 'Check Point' containment reference list.
|
CheckPointType[] |
getCheckPointAsArray()
Returns the array value of the 'Check Point' containment reference list.
|
getCountLimit, getExpression, getSearchBases, getSearchLimit, getTimeLimit, isReturnSubType, isSetCountLimit, isSetReturnSubType, isSetSearchLimit, isSetTimeLimit, setCountLimit, setExpression, setReturnSubType, setSearchLimit, setTimeLimit, unsetCountLimit, unsetReturnSubType, unsetSearchLimit, unsetTimeLimit
getContextProperties, getProperties
java.util.List getCheckPoint()
CheckPointType
.
If the meaning of the 'Check Point' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getChangeControl_CheckPoint()
CheckPointType[] getCheckPointAsArray()
If the meaning of the 'Check Point' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getChangeControl_CheckPoint()
CheckPointType createCheckPoint()
createDataObject("checkPoint")
.java.util.List getChangeTypes()
String
.
If the meaning of the 'Change Types' attribute list isn't clear, there really should be more of a description here...
ModelPackage.getChangeControl_ChangeTypes()
java.lang.String[] getChangeTypesAsArray()
If the meaning of the 'Change Types' attribute list isn't clear, there really should be more of a description here...
ModelPackage.getChangeControl_ChangeTypes()