public interface CompositeType extends Type
Modifier and Type | Method and Description |
---|---|
default boolean |
conformsTo(Type t)
Check if this type does Conform to specified type
t accordingly to FEEL DMN specification 10.3.2.9.2 Type Conformance |
Map<String,Type> |
getFields() |
getName, isAssignableValue, isInstanceOf
default boolean conformsTo(Type t)
Type
t
accordingly to FEEL DMN specification 10.3.2.9.2 Type ConformanceconformsTo
in interface Type
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.