Uses of Class
org.eclipse.emf.ecore.xml.namespace.SpaceType

Packages that use SpaceType
org.eclipse.emf.ecore.xml.namespace   
org.eclipse.emf.ecore.xml.namespace.impl   
org.eclipse.emf.ecore.xml.namespace.util   
 

Uses of SpaceType in org.eclipse.emf.ecore.xml.namespace
 

Fields in org.eclipse.emf.ecore.xml.namespace with type parameters of type SpaceType
static java.util.List<SpaceType> SpaceType.VALUES
          A public read-only list of all the 'Space Type' enumerators
 

Methods in org.eclipse.emf.ecore.xml.namespace that return SpaceType
static SpaceType SpaceType.get(int value)
          Returns the 'Space Type' literal with the specified integer value
static SpaceType SpaceType.get(java.lang.String literal)
          Returns the 'Space Type' literal with the specified literal value
static SpaceType SpaceType.getByName(java.lang.String name)
          Returns the 'Space Type' literal with the specified name
 SpaceType XMLNamespaceDocumentRoot.getSpace()
          Returns the value of the 'Space' attribute.
static SpaceType SpaceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpaceType[] SpaceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.ecore.xml.namespace with parameters of type SpaceType
 void XMLNamespaceDocumentRoot.setSpace(SpaceType value)
          Sets the value of the 'Space' attribute
 

Uses of SpaceType in org.eclipse.emf.ecore.xml.namespace.impl
 

Fields in org.eclipse.emf.ecore.xml.namespace.impl declared as SpaceType
protected  SpaceType XMLNamespaceDocumentRootImpl.space
          The cached value of the 'Space' attribute
protected static SpaceType XMLNamespaceDocumentRootImpl.SPACE_EDEFAULT
          The default value of the 'Space' attribute
 

Methods in org.eclipse.emf.ecore.xml.namespace.impl that return SpaceType
 SpaceType XMLNamespaceFactoryImpl.createSpaceTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 SpaceType XMLNamespaceFactoryImpl.createSpaceTypeObjectFromString(EDataType eDataType, java.lang.String initialValue)
           
 SpaceType XMLNamespaceDocumentRootImpl.getSpace()
           
 

Methods in org.eclipse.emf.ecore.xml.namespace.impl with parameters of type SpaceType
 void XMLNamespaceDocumentRootImpl.setSpace(SpaceType newSpace)
           
 

Uses of SpaceType in org.eclipse.emf.ecore.xml.namespace.util
 

Methods in org.eclipse.emf.ecore.xml.namespace.util with parameters of type SpaceType
 boolean XMLNamespaceValidator.validateSpaceType(SpaceType spaceType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 boolean XMLNamespaceValidator.validateSpaceTypeObject(SpaceType spaceTypeObject, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.