org.eclipse.emf.emfstore.internal.server.model.impl.api
Class ESAbstractChangePackageImpl<CP extends AbstractChangePackage & APIDelegate<ESChangePackage>>

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.common.api.AbstractAPIImpl<ESChangePackage,CP>
      extended by org.eclipse.emf.emfstore.internal.server.model.impl.api.ESAbstractChangePackageImpl<CP>
All Implemented Interfaces:
InternalAPIDelegator<ESChangePackage,CP>
Direct Known Subclasses:
ESChangePackageImpl, ESFileBasedChangePackageImpl

public abstract class ESAbstractChangePackageImpl<CP extends AbstractChangePackage & APIDelegate<ESChangePackage>>
extends AbstractAPIImpl<ESChangePackage,CP>


Method Summary
abstract  CP toInternalAPI()
          Returns the internal interface of this class.
 
Methods inherited from class org.eclipse.emf.emfstore.internal.common.api.AbstractAPIImpl
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toInternalAPI

public abstract CP toInternalAPI()
Description copied from class: AbstractAPIImpl
Returns the internal interface of this class.

Specified by:
toInternalAPI in interface InternalAPIDelegator<ESChangePackage,CP extends AbstractChangePackage & APIDelegate<ESChangePackage>>
Overrides:
toInternalAPI in class AbstractAPIImpl<ESChangePackage,CP extends AbstractChangePackage & APIDelegate<ESChangePackage>>
Returns:
the internal interface of this class
See Also:
InternalAPIDelegator.toInternalAPI()


Copyright © 2016. All Rights Reserved.