Package org.eclipse.emf.spi.cdo
Klasse InternalCDOView.ViewAndState
java.lang.Object
org.eclipse.emf.spi.cdo.InternalCDOView.ViewAndState
- Umschließende Schnittstelle:
InternalCDOView
Optimizes the storage of
CDOObject.cdoView() and CDOObject.cdoState(). All objects of a view
share a small number of CDOState literals, so they are moved into a final AbstractCDOView.viewAndStates array.
For the TRANSIENT state, where there is no view associated with a CDOObject, this class
maintains a static VIEW_AND_STATES array.- Seit:
- 4.2
- Autor:
- Eike Stepper
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungfinal CDOStatestatic final InternalCDOView.ViewAndStatefinal InternalCDOView -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic InternalCDOView.ViewAndState[]create(InternalCDOView view) getViewAndState(CDOState state) toString()