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