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

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

public interface ChangePackageProxy
extends AbstractChangePackage

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

The following features are supported:

See Also:
VersioningPackage.getChangePackageProxy()

Method Summary
 String getId()
          Returns the value of the 'Id' attribute.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.server.model.versioning.AbstractChangePackage
add, addAll, apply, apply, attachToProjectSpace, clear, get, getLogMessage, isEmpty, leafSize, operations, removeAtEnd, reverse, reversedOperations, save, setLogMessage, size, toAPI
 
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

getId

String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), VersioningPackage.getChangePackageProxy_Id()

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()


Copyright © 2016. All Rights Reserved.