Uses of Class
org.eclipse.xsd.XSDForm

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

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

Methods in org.eclipse.xsd that return XSDForm
static XSDForm XSDForm.get(int value)
          Returns the 'Form' literal with the specified integer value
static XSDForm XSDForm.get(java.lang.String literal)
          Returns the 'Form' literal with the specified literal value
 XSDForm XSDSchema.getAttributeFormDefault()
          Returns the value of the 'Attribute Form Default' attribute.
static XSDForm XSDForm.getByName(java.lang.String name)
          Returns the 'Form' literal with the specified name
 XSDForm XSDSchema.getElementFormDefault()
          Returns the value of the 'Element Form Default' attribute.
 XSDForm XSDFeature.getForm()
          Returns the value of the 'Form' attribute.
static XSDForm XSDForm.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDForm[] XSDForm.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 XSDForm
 void XSDSchema.setAttributeFormDefault(XSDForm value)
          Sets the value of the 'Attribute Form Default' attribute
 void XSDSchema.setElementFormDefault(XSDForm value)
          Sets the value of the 'Element Form Default' attribute
 void XSDFeature.setForm(XSDForm value)
          Sets the value of the 'Form' attribute
 

Uses of XSDForm in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDForm
protected static XSDForm XSDSchemaImpl.ATTRIBUTE_FORM_DEFAULT_EDEFAULT
          The default value of the 'Attribute Form Default' attribute
protected  XSDForm XSDSchemaImpl.attributeFormDefault
          The cached value of the 'Attribute Form Default' attribute
protected static XSDForm XSDSchemaImpl.ELEMENT_FORM_DEFAULT_EDEFAULT
          The default value of the 'Element Form Default' attribute
protected  XSDForm XSDSchemaImpl.elementFormDefault
          The cached value of the 'Element Form Default' attribute
protected  XSDForm XSDFeatureImpl.form
          The cached value of the 'Form' attribute
protected static XSDForm XSDFeatureImpl.FORM_EDEFAULT
          The default value of the 'Form' attribute
 

Methods in org.eclipse.xsd.impl that return XSDForm
 XSDForm XSDFactoryImpl.createXSDFormFromString(EDataType eDataType, java.lang.String initialValue)
           
 XSDForm XSDSchemaImpl.getAttributeFormDefault()
           
 XSDForm XSDSchemaImpl.getElementFormDefault()
           
 XSDForm XSDFeatureImpl.getForm()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDForm
 void XSDSchemaImpl.setAttributeFormDefault(XSDForm newAttributeFormDefault)
           
 void XSDSchemaImpl.setElementFormDefault(XSDForm newElementFormDefault)
           
 void XSDFeatureImpl.setForm(XSDForm newForm)
           
 


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