public enum EnumMemberMode extends java.lang.Enum<EnumMemberMode>
| Modifier and Type | Method | Description |
|---|---|---|
EnumMemberMode |
getModeWithEnum() |
The mode will change to this when there's
<jaxb:enum> customization. |
static EnumMemberMode |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static EnumMemberMode[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumMemberMode SKIP
public static final EnumMemberMode ERROR
public static final EnumMemberMode GENERATE
public static EnumMemberMode[] values()
for (EnumMemberMode c : EnumMemberMode.values()) System.out.println(c);
public static EnumMemberMode 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 namejava.lang.NullPointerException - if the argument is nullpublic EnumMemberMode getModeWithEnum()
<jaxb:enum> customization.Copyright © 2017 Oracle Corporation. All rights reserved.