@Portable public static enum DMNModelInstrumentedBase.Namespace extends Enum<DMNModelInstrumentedBase.Namespace>
| Modifier and Type | Method and Description |
|---|---|
String |
getPrefix() |
String |
getUri() |
static DMNModelInstrumentedBase.Namespace |
valueOf(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.
|
public static final DMNModelInstrumentedBase.Namespace FEEL
public static final DMNModelInstrumentedBase.Namespace DMN
public static final DMNModelInstrumentedBase.Namespace KIE
public static final DMNModelInstrumentedBase.Namespace DEFAULT
public static DMNModelInstrumentedBase.Namespace[] values()
for (DMNModelInstrumentedBase.Namespace c : DMNModelInstrumentedBase.Namespace.values()) System.out.println(c);
public static DMNModelInstrumentedBase.Namespace 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 getPrefix()
public String getUri()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.