Uses of Enum
org.eclipse.persistence.jaxb.xmlmodel.XmlNsForm
Packages that use XmlNsForm
-
Uses of XmlNsForm in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlNsFormModifier and TypeFieldDescriptionprotected XmlNsForm
XmlSchema.attributeFormDefault
protected XmlNsForm
XmlSchema.elementFormDefault
Methods in org.eclipse.persistence.jaxb.xmlmodel that return XmlNsFormModifier and TypeMethodDescriptionstatic XmlNsForm
XmlSchema.getAttributeFormDefault()
Gets the value of the attributeFormDefault property.XmlSchema.getElementFormDefault()
Gets the value of the elementFormDefault property.static XmlNsForm
Returns the enum constant of this type with the specified name.static XmlNsForm[]
XmlNsForm.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlNsFormModifier and TypeMethodDescriptionvoid
XmlSchema.setAttributeFormDefault
(XmlNsForm value) Sets the value of the attributeFormDefault property.void
XmlSchema.setElementFormDefault
(XmlNsForm value) Sets the value of the elementFormDefault property.