Uses of Class
org.eclipse.xsd.XSDProcessContents

Packages that use XSDProcessContents
org.eclipse.xsd This provides an API for the XML Schema Standard Part 1 and Part 2; for differences between the current version of the API and the previous version of the API, please see the Appendix
org.eclipse.xsd.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
 

Uses of XSDProcessContents in org.eclipse.xsd
 

Fields in org.eclipse.xsd with type parameters of type XSDProcessContents
static java.util.List<XSDProcessContents> XSDProcessContents.VALUES
          A public read-only list of all the 'Process Contents' enumerators
 

Methods in org.eclipse.xsd that return XSDProcessContents
static XSDProcessContents XSDProcessContents.get(int value)
          Returns the 'Process Contents' literal with the specified integer value
static XSDProcessContents XSDProcessContents.get(java.lang.String literal)
          Returns the 'Process Contents' literal with the specified literal value
static XSDProcessContents XSDProcessContents.getByName(java.lang.String name)
          Returns the 'Process Contents' literal with the specified name
 XSDProcessContents XSDWildcard.getProcessContents()
          Returns the value of the 'Process Contents' attribute.
static XSDProcessContents XSDProcessContents.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDProcessContents[] XSDProcessContents.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.xsd with parameters of type XSDProcessContents
 void XSDWildcard.setProcessContents(XSDProcessContents value)
          Sets the value of the 'Process Contents' attribute
 

Uses of XSDProcessContents in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDProcessContents
protected static XSDProcessContents XSDWildcardImpl.PROCESS_CONTENTS_EDEFAULT
          The default value of the 'Process Contents' attribute
protected  XSDProcessContents XSDWildcardImpl.processContents
          The cached value of the 'Process Contents' attribute
 

Methods in org.eclipse.xsd.impl that return XSDProcessContents
 XSDProcessContents XSDFactoryImpl.createXSDProcessContentsFromString(EDataType eDataType, java.lang.String initialValue)
           
 XSDProcessContents XSDWildcardImpl.getProcessContents()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDProcessContents
 void XSDWildcardImpl.setProcessContents(XSDProcessContents newProcessContents)
           
 


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