|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RawTypeSet.Mode>
com.sun.tools.xjc.reader.RawTypeSet.Mode
public static enum RawTypeSet.Mode
Represents the possible binding option for this RawTypeSet
.
Enum Constant Summary | |
---|---|
CAN_BE_TYPEREF
This RawTypeSet can be either an reference property or
an element property, and XJC recommends reference property. |
|
MUST_BE_REFERENCE
This RawTypeSet can be only bound to a reference property. |
|
SHOULD_BE_TYPEREF
This RawTypeSet can be either an reference property or
an element property, and XJC recommends element property. |
Method Summary | |
---|---|
(package private) RawTypeSet.Mode |
or(RawTypeSet.Mode that)
|
static RawTypeSet.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RawTypeSet.Mode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 RawTypeSet.Mode SHOULD_BE_TYPEREF
RawTypeSet
can be either an reference property or
an element property, and XJC recommends element property.
public static final RawTypeSet.Mode CAN_BE_TYPEREF
RawTypeSet
can be either an reference property or
an element property, and XJC recommends reference property.
public static final RawTypeSet.Mode MUST_BE_REFERENCE
RawTypeSet
can be only bound to a reference property.
Method Detail |
---|
public static RawTypeSet.Mode[] values()
for (RawTypeSet.Mode c : RawTypeSet.Mode.values()) System.out.println(c);
public static RawTypeSet.Mode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullRawTypeSet.Mode or(RawTypeSet.Mode that)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |