Uses of Class
org.eclipse.xsd.XSDDerivationMethod

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

Fields in org.eclipse.xsd declared as XSDDerivationMethod
static XSDDerivationMethod XSDDerivationMethod.EXTENSION_LITERAL
          The 'Extension' literal object
static XSDDerivationMethod XSDDerivationMethod.RESTRICTION_LITERAL
          The 'Restriction' literal object
 

Methods in org.eclipse.xsd that return XSDDerivationMethod
 XSDDerivationMethod XSDComplexTypeDefinition.getDerivationMethod()
          Returns the value of the 'Derivation Method' attribute.
static XSDDerivationMethod XSDDerivationMethod.get(String literal)
          Returns the 'Derivation Method' literal with the specified literal value
static XSDDerivationMethod XSDDerivationMethod.getByName(String name)
          Returns the 'Derivation Method' literal with the specified name
static XSDDerivationMethod XSDDerivationMethod.get(int value)
          Returns the 'Derivation Method' literal with the specified integer value
 

Methods in org.eclipse.xsd with parameters of type XSDDerivationMethod
 void XSDComplexTypeDefinition.setDerivationMethod(XSDDerivationMethod value)
          Sets the value of the 'Derivation Method' attribute
 

Uses of XSDDerivationMethod in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDDerivationMethod
protected static XSDDerivationMethod XSDComplexTypeDefinitionImpl.DERIVATION_METHOD_EDEFAULT
          The default value of the 'Derivation Method' attribute
protected  XSDDerivationMethod XSDComplexTypeDefinitionImpl.derivationMethod
          The cached value of the 'Derivation Method' attribute
 

Methods in org.eclipse.xsd.impl that return XSDDerivationMethod
 XSDDerivationMethod XSDFactoryImpl.createXSDDerivationMethodFromString(EDataType eDataType, String initialValue)
           
 XSDDerivationMethod XSDComplexTypeDefinitionImpl.getDerivationMethod()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDDerivationMethod
 void XSDComplexTypeDefinitionImpl.setDerivationMethod(XSDDerivationMethod newDerivationMethod)
           
 


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