Uses of Class
org.kie.dmn.feel.lang.types.BuiltInType
-
Packages that use BuiltInType Package Description org.kie.dmn.feel.lang.types -
-
Uses of BuiltInType in org.kie.dmn.feel.lang.types
Methods in org.kie.dmn.feel.lang.types that return BuiltInType Modifier and Type Method Description BuiltInTypeAliasFEELType. getBuiltInType()static BuiltInTypeBuiltInType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BuiltInType[]BuiltInType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.kie.dmn.feel.lang.types with parameters of type BuiltInType Constructor Description AliasFEELType(java.lang.String name, BuiltInType wrapped)
-