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 declared as XSDXPathVariety
static XSDXPathVariety XSDXPathVariety.SELECTOR_LITERAL
          The 'Selector' literal object
static XSDXPathVariety XSDXPathVariety.FIELD_LITERAL
          The 'Field' literal object
 

Methods in org.eclipse.xsd that return XSDXPathVariety
static XSDXPathVariety XSDXPathVariety.get(String literal)
          Returns the 'XPath Variety' literal with the specified literal value
static XSDXPathVariety XSDXPathVariety.getByName(String name)
          Returns the 'XPath Variety' literal with the specified name
static XSDXPathVariety XSDXPathVariety.get(int value)
          Returns the 'XPath Variety' literal with the specified integer value
 XSDXPathVariety XSDXPathDefinition.getVariety()
          Returns the value of the 'Variety' attribute.
 

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 static XSDXPathVariety XSDXPathDefinitionImpl.VARIETY_EDEFAULT
          The default value of the 'Variety' attribute
protected  XSDXPathVariety XSDXPathDefinitionImpl.variety
          The cached value of the 'Variety' attribute
 

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

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.