Uses of Class
org.exolab.castor.xml.schema.Form

Packages that use Form
org.exolab.castor.xml.schema   
 

Uses of Form in org.exolab.castor.xml.schema
 

Fields in org.exolab.castor.xml.schema declared as Form
static Form Form.Qualified
          The Qualified Form Object
static Form Form.Unqualified
          The Qualified Form Object
 

Methods in org.exolab.castor.xml.schema that return Form
 Form Schema.getAttributeFormDefault()
          Returns the attributeFormDefault property of this Schema.
 Form Schema.getElementFormDefault()
          Returns the elementFormDefault property of this Schema.
 Form ElementDecl.getForm()
          Returns the Form for this element definition.
 Form AttributeDecl.getForm()
          Returns the Form for this attribute declaration.
static Form Form.valueOf(String formValue)
          Returns the Form corresponding to the given value.
 

Methods in org.exolab.castor.xml.schema with parameters of type Form
 void Schema.setAttributeFormDefault(Form attributeFormDefault)
          Sets the attributeFormDefault property of this Schema.
 void Schema.setElementFormDefault(Form elementFormDefault)
          Sets the elementFormDefault property of this Schema.
 void ElementDecl.setForm(Form form)
          Sets the Form for this element definition.
 void AttributeDecl.setForm(Form form)
          Sets the Form for this attribute declaration.
 



Copyright © 2012. All Rights Reserved.