Uses of Class
org.eclipse.jpt.jaxb.core.context.XmlNsForm

Packages that use XmlNsForm
org.eclipse.jpt.jaxb.core.context   
 

Uses of XmlNsForm in org.eclipse.jpt.jaxb.core.context
 

Methods in org.eclipse.jpt.jaxb.core.context that return XmlNsForm
static XmlNsForm XmlNsForm.fromJavaResourceModel(XmlNsForm javaNsForm)
           
 XmlNsForm XmlSchema.getAttributeFormDefault()
          Return the specified attribute form default or XmlNsForm.UNSET (default value)
 XmlNsForm JaxbPackage.getAttributeFormDefault()
          Return the attribute form default associated with this package
 XmlNsForm XmlSchema.getElementFormDefault()
          Return the specified element form default or XmlNsForm.UNSET (default value)
 XmlNsForm JaxbPackage.getElementFormDefault()
          Return the element form default associated with this package
 XmlNsForm XmlSchema.getSpecifiedAttributeFormDefault()
          Return the specified attribute form default, null if it is not specified
 XmlNsForm XmlSchema.getSpecifiedElementFormDefault()
          Return the specified element form default, null if it is not specified
static XmlNsForm XmlNsForm.valueOf(java.lang.String name)
          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.jpt.jaxb.core.context with parameters of type XmlNsForm
 void XmlSchema.setSpecifiedAttributeFormDefault(XmlNsForm attributeFormDefault)
          Set the attribute form default, null to unspecify
 void XmlSchema.setSpecifiedElementFormDefault(XmlNsForm elementFormDefault)
          Set the element form default, null to unspecify
static XmlNsForm XmlNsForm.toJavaResourceModel(XmlNsForm nsForm)