Dali Provisional API
Release 3.2

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

java.lang.Object
  extended by org.eclipse.jpt.jaxb.core.context.XmlAccessType

public class XmlAccessType
extends Object

Access Type Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
3.0

Field Summary
static XmlAccessType FIELD
           
protected  XmlAccessType javaAccessType
           
static XmlAccessType NONE
           
static XmlAccessType PROPERTY
           
static XmlAccessType PUBLIC_MEMBER
           
static XmlAccessType[] VALUES
           
 
Constructor Summary
protected XmlAccessType(XmlAccessType javaAccessType)
           
 
Method Summary
static XmlAccessType fromJavaResourceModel(XmlAccessType javaAccessType)
           
 XmlAccessType getJavaAccessType()
           
static XmlAccessType toJavaResourceModel(XmlAccessType accessType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD

public static final XmlAccessType FIELD

NONE

public static final XmlAccessType NONE

PROPERTY

public static final XmlAccessType PROPERTY

PUBLIC_MEMBER

public static final XmlAccessType PUBLIC_MEMBER

VALUES

public static XmlAccessType[] VALUES

javaAccessType

protected XmlAccessType javaAccessType
Constructor Detail

XmlAccessType

protected XmlAccessType(XmlAccessType javaAccessType)
Method Detail

toJavaResourceModel

public static XmlAccessType toJavaResourceModel(XmlAccessType accessType)

fromJavaResourceModel

public static XmlAccessType fromJavaResourceModel(XmlAccessType javaAccessType)

getJavaAccessType

public XmlAccessType getJavaAccessType()

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.