Package org.drools.model.impl
Class PrototypeImpl.FieldImpl
- java.lang.Object
-
- org.drools.model.impl.PrototypeImpl.FieldImpl
-
- All Implemented Interfaces:
Prototype.Field
- Enclosing class:
- PrototypeImpl
public static class PrototypeImpl.FieldImpl extends Object implements Prototype.Field
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<PrototypeFact,Object>getExtractor()StringgetName()Class<?>getType()booleanisTyped()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfacePrototype.Field
-
getExtractor
public Function<PrototypeFact,Object> getExtractor()
- Specified by:
getExtractorin interfacePrototype.Field
-
isTyped
public boolean isTyped()
- Specified by:
isTypedin interfacePrototype.Field
-
getType
public Class<?> getType()
- Specified by:
getTypein interfacePrototype.Field
-
-