public class DMNTypeRegistryV12 extends Object implements DMNTypeRegistry
Modifier and Type | Field and Description |
---|---|
static List<org.kie.dmn.feel.lang.types.BuiltInType> |
ITEMDEF_TYPEREF_FEEL_BUILTIN
DMN v1.2 spec, chapter 7.3.2 ItemDefinition metamodel
FEEL built-in data types: number, string, boolean, days and time duration, years and months duration, time, and date and time.
|
Constructor and Description |
---|
DMNTypeRegistryV12() |
Modifier and Type | Method and Description |
---|---|
org.kie.dmn.api.core.DMNType |
registerType(org.kie.dmn.api.core.DMNType type) |
org.kie.dmn.api.core.DMNType |
resolveType(String namespace,
String name) |
org.kie.dmn.api.core.DMNType |
unknown() |
public static final List<org.kie.dmn.feel.lang.types.BuiltInType> ITEMDEF_TYPEREF_FEEL_BUILTIN
public org.kie.dmn.api.core.DMNType unknown()
unknown
in interface DMNTypeRegistry
public org.kie.dmn.api.core.DMNType registerType(org.kie.dmn.api.core.DMNType type)
registerType
in interface DMNTypeRegistry
public org.kie.dmn.api.core.DMNType resolveType(String namespace, String name)
resolveType
in interface DMNTypeRegistry
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.