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

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

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

Methods in org.eclipse.jpt.jaxb.core.context that return XmlAccessType
 XmlAccessType XmlAccessType.getJavaAccessType()
           
static XmlAccessType XmlAccessType.toJavaResourceModel(XmlAccessType accessType)
           
 

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

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

Methods in org.eclipse.jpt.jaxb.core.resource.java that return XmlAccessType
static XmlAccessType XmlAccessType.fromJavaAnnotationValue(java.lang.Object javaAnnotationValue)
           
 XmlAccessType XmlAccessorTypeAnnotation.getValue()
          Corresponds to the 'value' element of the XmlAccessorType annotation.
static XmlAccessType XmlAccessType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XmlAccessType[] XmlAccessType.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 XmlAccessType
 void XmlAccessorTypeAnnotation.setValue(XmlAccessType value)
          Corresponds to the 'value' element of the XmlAccessorType annotation.
static java.lang.String XmlAccessType.toJavaAnnotationValue(XmlAccessType accessType)