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

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

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

Methods in org.eclipse.jpt.jaxb.core.context that return XmlAccessType
static XmlAccessType XmlAccessType.fromJavaResourceModel(XmlAccessType javaAccessType)
           
 XmlAccessType XmlAccessTypeHolder.getAccessType()
          Return the access type, whether specified or defaulted.
 XmlAccessType JaxbAttributesContainer.Owner.getAccessType()
          Return the access type of the owner, to be used in determining which attributes to build
 XmlAccessType XmlAccessTypeHolder.getDefaultAccessType()
          Return the default access type, never null
 XmlAccessType XmlAccessTypeHolder.getSpecifiedAccessType()
          Return the specified access type;
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.context with parameters of type XmlAccessType
 void XmlAccessTypeHolder.setSpecifiedAccessType(XmlAccessType newSpecifiedAccessType)
          Set the specified access type.
static XmlAccessType XmlAccessType.toJavaResourceModel(XmlAccessType accessType)