Uses of Class
org.eclipse.xsd.XSDNamespaceConstraintCategory

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

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

Methods in org.eclipse.xsd that return XSDNamespaceConstraintCategory
static XSDNamespaceConstraintCategory XSDNamespaceConstraintCategory.get(int value)
          Returns the 'Namespace Constraint Category' literal with the specified integer value
static XSDNamespaceConstraintCategory XSDNamespaceConstraintCategory.get(java.lang.String literal)
          Returns the 'Namespace Constraint Category' literal with the specified literal value
static XSDNamespaceConstraintCategory XSDNamespaceConstraintCategory.getByName(java.lang.String name)
          Returns the 'Namespace Constraint Category' literal with the specified name
 XSDNamespaceConstraintCategory XSDWildcard.getNamespaceConstraintCategory()
          Returns the value of the 'Namespace Constraint Category' attribute.
static XSDNamespaceConstraintCategory XSDNamespaceConstraintCategory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDNamespaceConstraintCategory[] XSDNamespaceConstraintCategory.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 XSDNamespaceConstraintCategory
 void XSDWildcard.setNamespaceConstraintCategory(XSDNamespaceConstraintCategory value)
          Sets the value of the 'Namespace Constraint Category' attribute
 

Uses of XSDNamespaceConstraintCategory in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDNamespaceConstraintCategory
protected static XSDNamespaceConstraintCategory XSDWildcardImpl.NAMESPACE_CONSTRAINT_CATEGORY_EDEFAULT
          The default value of the 'Namespace Constraint Category' attribute
protected  XSDNamespaceConstraintCategory XSDWildcardImpl.namespaceConstraintCategory
          The cached value of the 'Namespace Constraint Category' attribute
 

Methods in org.eclipse.xsd.impl that return XSDNamespaceConstraintCategory
 XSDNamespaceConstraintCategory XSDFactoryImpl.createXSDNamespaceConstraintCategoryFromString(EDataType eDataType, java.lang.String initialValue)
           
 XSDNamespaceConstraintCategory XSDWildcardImpl.getNamespaceConstraintCategory()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDNamespaceConstraintCategory
 void XSDWildcardImpl.setNamespaceConstraintCategory(XSDNamespaceConstraintCategory newNamespaceConstraintCategory)
           
 


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