Modifier and Type | Method and Description |
---|---|
DMNType |
clone() |
List<DMNUnaryTest> |
getAllowedValues() |
DMNType |
getBaseType() |
Map<String,DMNType> |
getFields() |
String |
getId() |
String |
getName() |
String |
getNamespace() |
boolean |
isAssignableValue(Object value)
Check if the value passed as parameter can be assigned to this type.
|
boolean |
isCollection() |
boolean |
isComposite() |
boolean |
isInstanceOf(Object o)
Definition of `instance of` accordingly to FEEL specifications Table 49.
|
String getNamespace()
String getName()
String getId()
boolean isCollection()
boolean isComposite()
DMNType getBaseType()
DMNType clone()
boolean isInstanceOf(Object o)
o
- boolean isAssignableValue(Object value)
value
- List<DMNUnaryTest> getAllowedValues()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.