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