org.eclipse.emf.emfstore.internal.server.model.versioning
Interface ChangePackageEnvelope

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ChangePackageEnvelopeImpl

public interface ChangePackageEnvelope
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Change Package Envelope'.

The following features are supported:

See Also:
VersioningPackage.getChangePackageEnvelope()

Method Summary
 org.eclipse.emf.common.util.EList<AbstractOperation> getFragment()
          Returns the value of the 'Fragment' containment reference list.
 int getFragmentCount()
          Returns the value of the 'Fragment Count' attribute.
 int getFragmentIndex()
          Returns the value of the 'Fragment Index' attribute.
 boolean isLast()
          Whether the fragment contained in this envelope is the last one in a series of fragments.
 void setFragmentCount(int value)
          Sets the value of the ' Fragment Count' attribute.
 void setFragmentIndex(int value)
          Sets the value of the ' Fragment Index' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getFragmentIndex

int getFragmentIndex()
Returns the value of the 'Fragment Index' attribute.

If the meaning of the 'Fragment Index' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Fragment Index' attribute.
See Also:
setFragmentIndex(int), VersioningPackage.getChangePackageEnvelope_FragmentIndex()

setFragmentIndex

void setFragmentIndex(int value)
Sets the value of the ' Fragment Index' attribute.

Parameters:
value - the new value of the 'Fragment Index' attribute.
See Also:
getFragmentIndex()

getFragmentCount

int getFragmentCount()
Returns the value of the 'Fragment Count' attribute.

If the meaning of the 'Fragment Count' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Fragment Count' attribute.
See Also:
setFragmentCount(int), VersioningPackage.getChangePackageEnvelope_FragmentCount()

setFragmentCount

void setFragmentCount(int value)
Sets the value of the ' Fragment Count' attribute.

Parameters:
value - the new value of the 'Fragment Count' attribute.
See Also:
getFragmentCount()

getFragment

org.eclipse.emf.common.util.EList<AbstractOperation> getFragment()
Returns the value of the 'Fragment' containment reference list. The list contents are of type AbstractOperation.

If the meaning of the 'Fragment' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Fragment' containment reference list.
See Also:
VersioningPackage.getChangePackageEnvelope_Fragment()

isLast

boolean isLast()
Whether the fragment contained in this envelope is the last one in a series of fragments.

Returns:
true, if the fragment contained in this envelope is the last one, false


Copyright © 2016. All Rights Reserved.