Serializable, Comparable<JXEXInclude>public enum JXEXInclude extends Enum<JXEXInclude>
| Enum Constant | Description |
|---|---|
XINCLUDE_DISABLED |
XInclude is not enabled.
|
XINCLUDE_ENABLED |
XInclude is enabled.
|
| Modifier and Type | Method | Description |
|---|---|---|
static JXEXInclude |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static JXEXInclude[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JXEXInclude XINCLUDE_ENABLED
public static final JXEXInclude XINCLUDE_DISABLED
public static JXEXInclude[] values()
for (JXEXInclude c : JXEXInclude.values()) System.out.println(c);
public static JXEXInclude 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 nullCopyright © 2018 <code@io7m.com> http://io7m.com