Uses of Class
org.eclipse.emf.cdo.common.CDOProtocolView.Type

Packages that use CDOProtocolView.Type
org.eclipse.emf.cdo.common   
org.eclipse.emf.cdo.server   
 

Uses of CDOProtocolView.Type in org.eclipse.emf.cdo.common
 

Methods in org.eclipse.emf.cdo.common that return CDOProtocolView.Type
 CDOProtocolView.Type CDOProtocolView.getViewType()
           
static CDOProtocolView.Type CDOProtocolView.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CDOProtocolView.Type[] CDOProtocolView.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of CDOProtocolView.Type in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server with parameters of type CDOProtocolView.Type
 IView ISession.openView(int viewID, CDOProtocolView.Type type)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.