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 java.util.function.Function<PrototypeFact,java.lang.Object>getExtractor()java.lang.StringgetName()java.lang.Class<?>getType()booleanisTyped()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getExtractor
java.util.function.Function<PrototypeFact,java.lang.Object> getExtractor()
-
isTyped
boolean isTyped()
-
getType
java.lang.Class<?> getType()
-
-