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 with type parameters of type XSDDerivationMethod
static java.util.List<XSDDerivationMethod> XSDDerivationMethod.VALUES
          A public read-only list of all the 'Derivation Method' enumerators
 

Methods in org.eclipse.xsd that return XSDDerivationMethod
static XSDDerivationMethod XSDDerivationMethod.get(int value)
          Returns the 'Derivation Method' literal with the specified integer value
static XSDDerivationMethod XSDDerivationMethod.get(java.lang.String literal)
          Returns the 'Derivation Method' literal with the specified literal value
static XSDDerivationMethod XSDDerivationMethod.getByName(java.lang.String name)
          Returns the 'Derivation Method' literal with the specified name
 XSDDerivationMethod XSDComplexTypeDefinition.getDerivationMethod()
          Returns the value of the 'Derivation Method' attribute.
static XSDDerivationMethod XSDDerivationMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDDerivationMethod[] XSDDerivationMethod.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 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, java.lang.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.