Package org.kie.dmn.feel.lang
Interface SimpleType
-
- All Superinterfaces:
Type
- All Known Implementing Classes:
AliasFEELType,BuiltInType,GenFnType,GenListType
public interface SimpleType extends Type
A simple type definition interface, i.e., a type that does not contain fields
-
-
Field Summary
Fields Modifier and Type Field Description static StringANYstatic StringBOOLEANstatic StringCONTEXTstatic StringDATEstatic StringDATE_AND_TIMEstatic StringDAYS_AND_TIME_DURATIONstatic StringFUNCTIONstatic StringLISTstatic StringNUMBERstatic StringSTRINGstatic StringTIMEstatic StringYEARS_AND_MONTHS_DURATION
-
Method Summary
-
Methods inherited from interface org.kie.dmn.feel.lang.Type
conformsTo, getName, isAssignableValue, isInstanceOf
-
-
-
-
Field Detail
-
LIST
static final String LIST
- See Also:
- Constant Field Values
-
CONTEXT
static final String CONTEXT
- See Also:
- Constant Field Values
-
FUNCTION
static final String FUNCTION
- See Also:
- Constant Field Values
-
BOOLEAN
static final String BOOLEAN
- See Also:
- Constant Field Values
-
YEARS_AND_MONTHS_DURATION
static final String YEARS_AND_MONTHS_DURATION
- See Also:
- Constant Field Values
-
DAYS_AND_TIME_DURATION
static final String DAYS_AND_TIME_DURATION
- See Also:
- Constant Field Values
-
DATE_AND_TIME
static final String DATE_AND_TIME
- See Also:
- Constant Field Values
-
TIME
static final String TIME
- See Also:
- Constant Field Values
-
DATE
static final String DATE
- See Also:
- Constant Field Values
-
STRING
static final String STRING
- See Also:
- Constant Field Values
-
NUMBER
static final String NUMBER
- See Also:
- Constant Field Values
-
ANY
static final String ANY
- See Also:
- Constant Field Values
-
-