Uses of Class
org.eclipse.jpt.jaxb.core.resource.java.XmlNsForm

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

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

Methods in org.eclipse.jpt.jaxb.core.context that return XmlNsForm
 XmlNsForm XmlNsForm.getJavaNsForm()
           
static XmlNsForm XmlNsForm.toJavaResourceModel(XmlNsForm nsForm)
           
 

Methods in org.eclipse.jpt.jaxb.core.context with parameters of type XmlNsForm
static XmlNsForm XmlNsForm.fromJavaResourceModel(XmlNsForm javaNsForm)
           
 

Uses of XmlNsForm in org.eclipse.jpt.jaxb.core.resource.java
 

Methods in org.eclipse.jpt.jaxb.core.resource.java that return XmlNsForm
static XmlNsForm XmlNsForm.fromJavaAnnotationValue(java.lang.Object javaAnnotationValue)
           
 XmlNsForm XmlSchemaAnnotation.getAttributeFormDefault()
          Corresponds to the 'attributeFormDefault' element of the XmlSchema annotation.
 XmlNsForm XmlSchemaAnnotation.getElementFormDefault()
          Corresponds to the 'elementFormDefault' element of the XmlSchema annotation.
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.resource.java with parameters of type XmlNsForm
 void XmlSchemaAnnotation.setAttributeFormDefault(XmlNsForm attributeFormDefault)
          Corresponds to the 'attributeFormDefault' element of the XmlSchema annotation.
 void XmlSchemaAnnotation.setElementFormDefault(XmlNsForm elementFormDefault)
          Corresponds to the 'elementFormDefault' element of the XmlSchema annotation.
static java.lang.String XmlNsForm.toJavaAnnotationValue(XmlNsForm nsForm)