Dali Provisional API
Release 3.2

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
 

Fields in org.eclipse.jpt.jaxb.core.context declared as XmlAccessType
protected  XmlAccessType XmlAccessType.javaAccessType
           
 

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)
           
 

Constructors in org.eclipse.jpt.jaxb.core.context with parameters of type XmlAccessType
XmlAccessType(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(Object javaAnnotationValue)
           
 XmlAccessType XmlAccessorTypeAnnotation.getValue()
          Corresponds to the 'value' element of the XmlAccessorType annotation.
static XmlAccessType XmlAccessType.valueOf(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 String XmlAccessType.toJavaAnnotationValue(XmlAccessType accessType)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.