public interface ChangePackageEnvelope
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<String> |
getFragment()
Returns the value of the 'Fragment' attribute 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. |
int getFragmentIndex()
If the meaning of the 'Fragment Index' attribute isn't clear, there really should be more of a description here...
setFragmentIndex(int),
VersioningPackage.getChangePackageEnvelope_FragmentIndex()void setFragmentIndex(int value)
Fragment Index' attribute.
value - the new value of the 'Fragment Index' attribute.getFragmentIndex()int getFragmentCount()
If the meaning of the 'Fragment Count' attribute isn't clear, there really should be more of a description here...
setFragmentCount(int),
VersioningPackage.getChangePackageEnvelope_FragmentCount()void setFragmentCount(int value)
Fragment Count' attribute.
value - the new value of the 'Fragment Count' attribute.getFragmentCount()org.eclipse.emf.common.util.EList<String> getFragment()
String.
If the meaning of the 'Fragment' containment reference isn't clear, there really should be more of a description here...
VersioningPackage.getChangePackageEnvelope_Fragment()boolean isLast()
true, if the fragment contained in this envelope is the last one, falseCopyright © 2017. All rights reserved.