public enum EnumMemberMode extends Enum<EnumMemberMode>
Modifier and Type | Method and Description |
---|---|
EnumMemberMode |
getModeWithEnum()
The mode will change to this when there's
<jaxb:enum> customization. |
static EnumMemberMode |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic EnumMemberMode getModeWithEnum()
<jaxb:enum>
customization.Copyright © 2021 JBoss by Red Hat. All rights reserved.