Uses of Class
org.exolab.castor.xml.schema.Form
Packages that use Form
-
Uses of Form in org.exolab.castor.xml.schema
Fields in org.exolab.castor.xml.schema declared as FormModifier and TypeFieldDescriptionstatic final FormForm.QualifiedThe Qualified Form Objectstatic final FormForm.UnqualifiedThe Qualified Form ObjectMethods in org.exolab.castor.xml.schema that return FormModifier and TypeMethodDescriptionSchema.getAttributeFormDefault()Returns the attributeFormDefault property of this Schema.Schema.getElementFormDefault()Returns the elementFormDefault property of this Schema.AttributeDecl.getForm()Returns the Form for this attribute declaration.ElementDecl.getForm()Returns the Form for this element definition.static FormReturns the Form corresponding to the given value.Methods in org.exolab.castor.xml.schema with parameters of type FormModifier and TypeMethodDescriptionvoidSchema.setAttributeFormDefault(Form attributeFormDefault) Sets the attributeFormDefault property of this Schema.voidSchema.setElementFormDefault(Form elementFormDefault) Sets the elementFormDefault property of this Schema.voidSets the Form for this attribute declaration.voidSets the Form for this element definition.