Uses of Class
org.eclipse.xsd.XSDAttributeUseCategory

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

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

Methods in org.eclipse.xsd that return XSDAttributeUseCategory
static XSDAttributeUseCategory XSDAttributeUseCategory.get(int value)
          Returns the 'Attribute Use Category' literal with the specified integer value
static XSDAttributeUseCategory XSDAttributeUseCategory.get(java.lang.String literal)
          Returns the 'Attribute Use Category' literal with the specified literal value
static XSDAttributeUseCategory XSDAttributeUseCategory.getByName(java.lang.String name)
          Returns the 'Attribute Use Category' literal with the specified name
 XSDAttributeUseCategory XSDAttributeUse.getUse()
          Returns the value of the 'Use' attribute.
static XSDAttributeUseCategory XSDAttributeUseCategory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDAttributeUseCategory[] XSDAttributeUseCategory.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 XSDAttributeUseCategory
 void XSDAttributeUse.setUse(XSDAttributeUseCategory value)
          Sets the value of the 'Use' attribute
 

Uses of XSDAttributeUseCategory in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDAttributeUseCategory
protected  XSDAttributeUseCategory XSDAttributeUseImpl.use
          The cached value of the 'Use' attribute
protected static XSDAttributeUseCategory XSDAttributeUseImpl.USE_EDEFAULT
          The default value of the 'Use' attribute
 

Methods in org.eclipse.xsd.impl that return XSDAttributeUseCategory
 XSDAttributeUseCategory XSDFactoryImpl.createXSDAttributeUseCategoryFromString(EDataType eDataType, java.lang.String initialValue)
           
 XSDAttributeUseCategory XSDAttributeUseImpl.getUse()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDAttributeUseCategory
 void XSDAttributeUseImpl.setUse(XSDAttributeUseCategory newUse)
           
 


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