Uses of Class
org.eclipse.emf.cdo.spi.common.revision.RevisionInfo.Type

Packages that use RevisionInfo.Type
org.eclipse.emf.cdo.spi.common.revision Common service provider interfaces and useful base implementations for dealing with revisions and deltas. 
 

Uses of RevisionInfo.Type in org.eclipse.emf.cdo.spi.common.revision
 

Methods in org.eclipse.emf.cdo.spi.common.revision that return RevisionInfo.Type
abstract  RevisionInfo.Type RevisionInfo.getType()
           
 RevisionInfo.Type RevisionInfo.Available.Normal.getType()
           
 RevisionInfo.Type RevisionInfo.Available.Pointer.getType()
           
 RevisionInfo.Type RevisionInfo.Available.Detached.getType()
           
 RevisionInfo.Type RevisionInfo.Missing.getType()
           
static RevisionInfo.Type RevisionInfo.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RevisionInfo.Type[] RevisionInfo.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.