Uses of Class
org.eclipse.xsd.XSDXPathVariety

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

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

Methods in org.eclipse.xsd that return XSDXPathVariety
static XSDXPathVariety XSDXPathVariety.get(int value)
          Returns the 'XPath Variety' literal with the specified integer value
static XSDXPathVariety XSDXPathVariety.get(java.lang.String literal)
          Returns the 'XPath Variety' literal with the specified literal value
static XSDXPathVariety XSDXPathVariety.getByName(java.lang.String name)
          Returns the 'XPath Variety' literal with the specified name
 XSDXPathVariety XSDXPathDefinition.getVariety()
          Returns the value of the 'Variety' attribute.
static XSDXPathVariety XSDXPathVariety.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDXPathVariety[] XSDXPathVariety.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 XSDXPathVariety
 void XSDXPathDefinition.setVariety(XSDXPathVariety value)
          Sets the value of the 'Variety' attribute
 

Uses of XSDXPathVariety in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDXPathVariety
protected  XSDXPathVariety XSDXPathDefinitionImpl.variety
          The cached value of the 'Variety' attribute
protected static XSDXPathVariety XSDXPathDefinitionImpl.VARIETY_EDEFAULT
          The default value of the 'Variety' attribute
 

Methods in org.eclipse.xsd.impl that return XSDXPathVariety
 XSDXPathVariety XSDFactoryImpl.createXSDXPathVarietyFromString(EDataType eDataType, java.lang.String initialValue)
           
 XSDXPathVariety XSDXPathDefinitionImpl.getVariety()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDXPathVariety
 void XSDXPathDefinitionImpl.setVariety(XSDXPathVariety newVariety)
           
 


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