public static enum XStreamMarshaller.DMN_VERSION extends Enum<XStreamMarshaller.DMN_VERSION>
Enum Constant and Description |
---|
DMN_v1_1 |
DMN_v1_2 |
DMN_v1_3 |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static XStreamMarshaller.DMN_VERSION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XStreamMarshaller.DMN_VERSION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XStreamMarshaller.DMN_VERSION UNKNOWN
public static final XStreamMarshaller.DMN_VERSION DMN_v1_1
public static final XStreamMarshaller.DMN_VERSION DMN_v1_2
public static final XStreamMarshaller.DMN_VERSION DMN_v1_3
public static XStreamMarshaller.DMN_VERSION[] values()
for (XStreamMarshaller.DMN_VERSION c : XStreamMarshaller.DMN_VERSION.values()) System.out.println(c);
public static XStreamMarshaller.DMN_VERSION 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 © 2001–2020 JBoss by Red Hat. All rights reserved.