|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<JaxbType.Kind>
org.eclipse.jpt.jaxb.core.context.JaxbType.Kind
public static enum JaxbType.Kind
The kind of metadata specified on the java type.
| Enum Constant Summary | |
|---|---|
PERSISTENT_CLASS
A JaxbType of JaxbType.Kind PERSISTENT_CLASS may safely be cast as a JaxbPersistentClass |
|
PERSISTENT_ENUM
A JaxbType of JaxbType.Kind PERSISTENT_ENUM may safely be cast as a JaxbPersistentEnum |
|
REGISTRY
A JaxbType of JaxbType.Kind REGISTRY may safely be cast as a JaxbRegistry |
|
TRANSIENT
A JaxbType of JaxbType.Kind TRANSIENT may safely be cast as a JaxbTransientClass |
|
| Method Summary | |
|---|---|
static JaxbType.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JaxbType.Kind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final JaxbType.Kind PERSISTENT_CLASS
JaxbType.Kind PERSISTENT_CLASS may safely be cast as a JaxbPersistentClass
public static final JaxbType.Kind PERSISTENT_ENUM
JaxbType.Kind PERSISTENT_ENUM may safely be cast as a JaxbPersistentEnum
public static final JaxbType.Kind REGISTRY
JaxbType.Kind REGISTRY may safely be cast as a JaxbRegistry
public static final JaxbType.Kind TRANSIENT
JaxbType.Kind TRANSIENT may safely be cast as a JaxbTransientClass
| Method Detail |
|---|
public static JaxbType.Kind[] values()
for (JaxbType.Kind c : JaxbType.Kind.values()) System.out.println(c);
public static JaxbType.Kind valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||