org.eclipse.jpt.jaxb.core.context
Class XmlAccessType
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
XmlAccessType
protected XmlAccessType(XmlAccessType javaAccessType)
toJavaResourceModel
public static XmlAccessType toJavaResourceModel(XmlAccessType accessType)
fromJavaResourceModel
public static XmlAccessType fromJavaResourceModel(XmlAccessType javaAccessType)
getJavaAccessType
public XmlAccessType getJavaAccessType()
Copyright (c) 2012 Oracle. All rights reserved.