public interface Type
Modifier and Type | Method and Description |
---|---|
boolean |
conformsTo(Type t) |
String |
getName() |
boolean |
isAssignableValue(Object value)
Check if the value passed as parameter can be assigned to this type.
|
boolean |
isInstanceOf(Object o)
Definition of `instance of` accordingly to FEEL specifications Table 49.
|
String getName()
boolean isInstanceOf(Object o)
o
- boolean isAssignableValue(Object value)
value
- boolean conformsTo(Type t)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.