Package org.drools.model
Interface Prototype.Field
-
- All Known Implementing Classes:
PrototypeImpl.FieldImpl
- Enclosing interface:
- Prototype
public static interface Prototype.Field
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Function<PrototypeFact,Object>getExtractor()StringgetName()Class<?>getType()booleanisTyped()
-
-
-
Method Detail
-
getName
String getName()
-
getExtractor
Function<PrototypeFact,Object> getExtractor()
-
isTyped
boolean isTyped()
-
getType
Class<?> getType()
-
-