Package org.kie.api.prototype
Interface Prototype.Field
- Enclosing interface:
- Prototype
public static interface Prototype.Field
-
Method Details
-
getName
String getName() -
getExtractor
Function<PrototypeFactInstance,Object> getExtractor() -
isTyped
boolean isTyped() -
getType
Class<?> getType()
-