T - an API history query subtypepublic interface HistoryQuery<T extends ESHistoryQuery> extends org.eclipse.emf.ecore.EObject, APIDelegate<T>
VersioningPackage.getHistoryQuery()| Modifier and Type | Method and Description |
|---|---|
PrimaryVersionSpec |
getSource()
Returns the value of the 'Source' containment reference.
|
boolean |
isIncludeAllVersions()
Returns the value of the 'Include All Versions' attribute.
|
boolean |
isIncludeChangePackages()
Returns the value of the 'Include Change Packages' attribute.
|
void |
setIncludeAllVersions(boolean value)
Sets the value of the '
Include All Versions' attribute. |
void |
setIncludeChangePackages(boolean value)
Sets the value of the '
Include Change Packages' attribute. |
void |
setSource(PrimaryVersionSpec value)
Sets the value of the '
Source' containment reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivercreateAPI, toAPIPrimaryVersionSpec getSource()
If the meaning of the 'Source' containment reference isn't clear, there really should be more of a description here...
setSource(PrimaryVersionSpec),
VersioningPackage.getHistoryQuery_Source()void setSource(PrimaryVersionSpec value)
Source' containment reference.
value - the new value of the 'Source' containment reference.getSource()boolean isIncludeChangePackages()
If the meaning of the 'Include Change Packages' attribute isn't clear, there really should be more of a description here...
setIncludeChangePackages(boolean),
VersioningPackage.getHistoryQuery_IncludeChangePackages()void setIncludeChangePackages(boolean value)
Include Change Packages' attribute.
value - the new value of the 'Include Change Packages' attribute.isIncludeChangePackages()boolean isIncludeAllVersions()
If the meaning of the 'Include All Versions' attribute isn't clear, there really should be more of a description here...
setIncludeAllVersions(boolean),
VersioningPackage.getHistoryQuery_IncludeAllVersions()void setIncludeAllVersions(boolean value)
Include All Versions' attribute.
value - the new value of the 'Include All Versions' attribute.isIncludeAllVersions()Copyright © 2017. All rights reserved.