Uses of Enum
org.eclipse.persistence.jaxb.xmlmodel.XmlNsForm
-
Uses of XmlNsForm in org.eclipse.persistence.jaxb.xmlmodel
Modifier and TypeFieldDescriptionprotected XmlNsForm
XmlSchema.attributeFormDefault
protected XmlNsForm
XmlSchema.elementFormDefault
Modifier 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.Modifier 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.