public enum DMNPictures extends Enum<DMNPictures>
Enum Constant and Description |
---|
BUSINESS_KNOWLEDGE_MODEL |
DECISION |
DIAGRAM |
INPUT_DATA |
KNOWLEDGE_SOURCE |
TEXT_ANNOTATION |
Modifier and Type | Method and Description |
---|---|
static DMNPictures |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DMNPictures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DMNPictures DIAGRAM
public static final DMNPictures INPUT_DATA
public static final DMNPictures KNOWLEDGE_SOURCE
public static final DMNPictures BUSINESS_KNOWLEDGE_MODEL
public static final DMNPictures DECISION
public static final DMNPictures TEXT_ANNOTATION
public static DMNPictures[] values()
for (DMNPictures c : DMNPictures.values()) System.out.println(c);
public static DMNPictures 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.