Uses of Class
org.eclipse.xsd.XSDContentTypeCategory

Packages that use XSDContentTypeCategory
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 XSDContentTypeCategory in org.eclipse.xsd
 

Fields in org.eclipse.xsd with type parameters of type XSDContentTypeCategory
static java.util.List<XSDContentTypeCategory> XSDContentTypeCategory.VALUES
          A public read-only list of all the 'Content Type Category' enumerators
 

Methods in org.eclipse.xsd that return XSDContentTypeCategory
static XSDContentTypeCategory XSDContentTypeCategory.get(int value)
          Returns the 'Content Type Category' literal with the specified integer value
static XSDContentTypeCategory XSDContentTypeCategory.get(java.lang.String literal)
          Returns the 'Content Type Category' literal with the specified literal value
static XSDContentTypeCategory XSDContentTypeCategory.getByName(java.lang.String name)
          Returns the 'Content Type Category' literal with the specified name
 XSDContentTypeCategory XSDComplexTypeDefinition.getContentTypeCategory()
          Returns the value of the 'Content Type Category' attribute.
static XSDContentTypeCategory XSDContentTypeCategory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDContentTypeCategory[] XSDContentTypeCategory.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 XSDContentTypeCategory
 void XSDComplexTypeDefinition.setContentTypeCategory(XSDContentTypeCategory value)
          Sets the value of the 'Content Type Category' attribute
 

Uses of XSDContentTypeCategory in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDContentTypeCategory
protected static XSDContentTypeCategory XSDComplexTypeDefinitionImpl.CONTENT_TYPE_CATEGORY_EDEFAULT
          The default value of the 'Content Type Category' attribute
protected  XSDContentTypeCategory XSDComplexTypeDefinitionImpl.contentTypeCategory
          The cached value of the 'Content Type Category' attribute
 

Methods in org.eclipse.xsd.impl that return XSDContentTypeCategory
 XSDContentTypeCategory XSDFactoryImpl.createXSDContentTypeCategoryFromString(EDataType eDataType, java.lang.String initialValue)
           
 XSDContentTypeCategory XSDComplexTypeDefinitionImpl.getContentTypeCategory()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDContentTypeCategory
 void XSDComplexTypeDefinitionImpl.setContentTypeCategory(XSDContentTypeCategory newContentTypeCategory)
           
 


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