org.eclipse.jpt.jaxb.core.context
Class XmlAccessOrder
java.lang.Object
org.eclipse.jpt.jaxb.core.context.XmlAccessOrder
public class XmlAccessOrder
- extends Object
Access Order
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 |
ALPHABETICAL
public static XmlAccessOrder ALPHABETICAL
UNDEFINED
public static XmlAccessOrder UNDEFINED
VALUES
public static XmlAccessOrder[] VALUES
XmlAccessOrder
protected XmlAccessOrder(XmlAccessOrder javaAccessOrder)
toJavaResourceModel
public static XmlAccessOrder toJavaResourceModel(XmlAccessOrder accessOrder)
fromJavaResourceModel
public static XmlAccessOrder fromJavaResourceModel(XmlAccessOrder javaAccessOrder)
getJavaAccessOrder
public XmlAccessOrder getJavaAccessOrder()
Copyright (c) 2012 Oracle. All rights reserved.