Uses of Class
org.eclipse.emf.cdo.defs.ResourceMode

Packages that use ResourceMode
org.eclipse.emf.cdo.defs   
org.eclipse.emf.cdo.defs.impl   
 

Uses of ResourceMode in org.eclipse.emf.cdo.defs
 

Fields in org.eclipse.emf.cdo.defs with type parameters of type ResourceMode
static java.util.List<ResourceMode> ResourceMode.VALUES
          A public read-only list of all the 'Resource Mode' enumerators.
 

Methods in org.eclipse.emf.cdo.defs that return ResourceMode
static ResourceMode ResourceMode.get(int value)
          Returns the 'Resource Mode' literal with the specified integer value.
static ResourceMode ResourceMode.get(java.lang.String literal)
          Returns the 'Resource Mode' literal with the specified literal value.
static ResourceMode ResourceMode.getByName(java.lang.String name)
          Returns the 'Resource Mode' literal with the specified name.
 ResourceMode CDOResourceDef.getResourceMode()
          Returns the value of the 'Resource Mode' attribute.
static ResourceMode ResourceMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResourceMode[] ResourceMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.emf.cdo.defs with parameters of type ResourceMode
 void CDOResourceDef.setResourceMode(ResourceMode value)
          Sets the value of the 'Resource Mode' attribute.
 

Uses of ResourceMode in org.eclipse.emf.cdo.defs.impl
 

Fields in org.eclipse.emf.cdo.defs.impl declared as ResourceMode
protected static ResourceMode CDOResourceDefImpl.RESOURCE_MODE_EDEFAULT
          The default value of the 'Resource Mode' attribute.
protected  ResourceMode CDOResourceDefImpl.resourceMode
          The cached value of the 'Resource Mode' attribute.
 

Methods in org.eclipse.emf.cdo.defs.impl that return ResourceMode
 ResourceMode CDODefsFactoryImpl.createResourceModeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ResourceMode CDOResourceDefImpl.getResourceMode()
           
 

Methods in org.eclipse.emf.cdo.defs.impl with parameters of type ResourceMode
 void CDOResourceDefImpl.setResourceMode(ResourceMode newResourceMode)
           
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.