T - public interface RangeQuery<T extends ESRangeQuery<?>> extends HistoryQuery<T>
VersioningPackage.getRangeQuery()| Modifier and Type | Method and Description |
|---|---|
int |
getLowerLimit()
Returns the value of the 'Lower Limit' attribute.
|
int |
getUpperLimit()
Returns the value of the 'Upper Limit' attribute.
|
boolean |
isIncludeIncoming()
Returns the value of the 'Include Incoming' attribute.
|
boolean |
isIncludeOutgoing()
Returns the value of the 'Include Outgoing' attribute.
|
void |
setIncludeIncoming(boolean value)
Sets the value of the '
Include Incoming' attribute. |
void |
setIncludeOutgoing(boolean value)
Sets the value of the '
Include Outgoing' attribute. |
void |
setLowerLimit(int value)
Sets the value of the '
Lower Limit' attribute. |
void |
setUpperLimit(int value)
Sets the value of the '
Upper Limit' attribute. |
getSource, isIncludeAllVersions, isIncludeChangePackages, setIncludeAllVersions, setIncludeChangePackages, setSourceeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivercreateAPI, toAPIint getUpperLimit()
If the meaning of the 'Upper Limit' attribute isn't clear, there really should be more of a description here...
setUpperLimit(int),
VersioningPackage.getRangeQuery_UpperLimit()void setUpperLimit(int value)
Upper Limit' attribute.
value - the new value of the 'Upper Limit' attribute.getUpperLimit()int getLowerLimit()
If the meaning of the 'Lower Limit' attribute isn't clear, there really should be more of a description here...
setLowerLimit(int),
VersioningPackage.getRangeQuery_LowerLimit()void setLowerLimit(int value)
Lower Limit' attribute.
value - the new value of the 'Lower Limit' attribute.getLowerLimit()boolean isIncludeIncoming()
If the meaning of the 'Include Incoming' attribute isn't clear, there really should be more of a description here...
setIncludeIncoming(boolean),
VersioningPackage.getRangeQuery_IncludeIncoming()void setIncludeIncoming(boolean value)
Include Incoming' attribute.
value - the new value of the 'Include Incoming' attribute.isIncludeIncoming()boolean isIncludeOutgoing()
If the meaning of the 'Include Outgoing' attribute isn't clear, there really should be more of a description here...
setIncludeOutgoing(boolean),
VersioningPackage.getRangeQuery_IncludeOutgoing()void setIncludeOutgoing(boolean value)
Include Outgoing' attribute.
value - the new value of the 'Include Outgoing' attribute.isIncludeOutgoing()Copyright © 2017. All rights reserved.