Enum DMNModelInstrumentedBase.Namespace
- java.lang.Object
-
- java.lang.Enum<DMNModelInstrumentedBase.Namespace>
-
- org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase.Namespace
-
- All Implemented Interfaces:
Serializable,Comparable<DMNModelInstrumentedBase.Namespace>
- Enclosing class:
- DMNModelInstrumentedBase
@Portable public static enum DMNModelInstrumentedBase.Namespace extends Enum<DMNModelInstrumentedBase.Namespace>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPrefix()StringgetUri()static DMNModelInstrumentedBase.NamespacevalueOf(String name)Returns the enum constant of this type with the specified name.static DMNModelInstrumentedBase.Namespace[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FEEL
public static final DMNModelInstrumentedBase.Namespace FEEL
-
DMN
public static final DMNModelInstrumentedBase.Namespace DMN
-
KIE
public static final DMNModelInstrumentedBase.Namespace KIE
-
DEFAULT
public static final DMNModelInstrumentedBase.Namespace DEFAULT
-
DMNDI
public static final DMNModelInstrumentedBase.Namespace DMNDI
-
DI
public static final DMNModelInstrumentedBase.Namespace DI
-
DC
public static final DMNModelInstrumentedBase.Namespace DC
-
-
Method Detail
-
values
public static DMNModelInstrumentedBase.Namespace[] 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 (DMNModelInstrumentedBase.Namespace c : DMNModelInstrumentedBase.Namespace.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DMNModelInstrumentedBase.Namespace 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
-
getPrefix
public String getPrefix()
-
getUri
public String getUri()
-
-