Enum DMNMarshaller.JSINodeLocalPartName
- java.lang.Object
-
- java.lang.Enum<DMNMarshaller.JSINodeLocalPartName>
-
- org.kie.workbench.common.dmn.client.marshaller.marshall.DMNMarshaller.JSINodeLocalPartName
-
- All Implemented Interfaces:
Serializable,Comparable<DMNMarshaller.JSINodeLocalPartName>
- Enclosing class:
- DMNMarshaller
public static enum DMNMarshaller.JSINodeLocalPartName extends Enum<DMNMarshaller.JSINodeLocalPartName>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BUSINESS_KNOWLEDGE_MODELDECISIONDECISION_SERVICEINPUT_DATAKNOWLEDGE_SOURCEUNKNOWN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalPart()static DMNMarshaller.JSINodeLocalPartNamevalueOf(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.
-
-
-
Enum Constant Detail
-
UNKNOWN
public static final DMNMarshaller.JSINodeLocalPartName UNKNOWN
-
BUSINESS_KNOWLEDGE_MODEL
public static final DMNMarshaller.JSINodeLocalPartName BUSINESS_KNOWLEDGE_MODEL
-
DECISION
public static final DMNMarshaller.JSINodeLocalPartName DECISION
-
DECISION_SERVICE
public static final DMNMarshaller.JSINodeLocalPartName DECISION_SERVICE
-
INPUT_DATA
public static final DMNMarshaller.JSINodeLocalPartName INPUT_DATA
-
KNOWLEDGE_SOURCE
public static final DMNMarshaller.JSINodeLocalPartName KNOWLEDGE_SOURCE
-
-
Method Detail
-
values
public static DMNMarshaller.JSINodeLocalPartName[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DMNMarshaller.JSINodeLocalPartName c : DMNMarshaller.JSINodeLocalPartName.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DMNMarshaller.JSINodeLocalPartName valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getLocalPart
public String getLocalPart()
-
-