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 XmlNsFormXmlSchema.attributeFormDefaultprotected XmlNsFormXmlSchema.elementFormDefaultMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlNsFormModifier and TypeMethodDescriptionstatic XmlNsFormXmlSchema.getAttributeFormDefault()Gets the value of the attributeFormDefault property.XmlSchema.getElementFormDefault()Gets the value of the elementFormDefault property.static XmlNsFormReturns 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 TypeMethodDescriptionvoidXmlSchema.setAttributeFormDefault(XmlNsForm value) Sets the value of the attributeFormDefault property.voidXmlSchema.setElementFormDefault(XmlNsForm value) Sets the value of the elementFormDefault property.