Package org.kie.dmn.core.compiler
Class DMNTypeRegistryV12
- java.lang.Object
-
- org.kie.dmn.core.compiler.DMNTypeRegistryAbstract
-
- org.kie.dmn.core.compiler.DMNTypeRegistryV12
-
- All Implemented Interfaces:
DMNTypeRegistry,org.kie.dmn.feel.lang.types.FEELTypeRegistry
public class DMNTypeRegistryV12 extends DMNTypeRegistryAbstract
-
-
Field Summary
Fields Modifier and Type Field Description static List<org.kie.dmn.feel.lang.types.BuiltInType>ITEMDEF_TYPEREF_FEEL_BUILTINDMN 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.-
Fields inherited from class org.kie.dmn.core.compiler.DMNTypeRegistryAbstract
aliases, feelTypesScope, feelTypesScopeChildLU, types
-
-
Constructor Summary
Constructors Constructor Description DMNTypeRegistryV12()DMNTypeRegistryV12(Map<String,QName> aliases)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringfeelNS()org.kie.dmn.api.core.DMNTypeunknown()-
Methods inherited from class org.kie.dmn.core.compiler.DMNTypeRegistryAbstract
getItemDefScope, registerAsFEELType, registerType, resolveFEELType, resolveType
-
-
-
-
Field Detail
-
ITEMDEF_TYPEREF_FEEL_BUILTIN
public static final 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. Was missing from spec document: date, Any, list, function, context.
-
-
Method Detail
-
unknown
public org.kie.dmn.api.core.DMNType unknown()
-
feelNS
protected String feelNS()
- Specified by:
feelNSin classDMNTypeRegistryAbstract
-
-