Package org.drools.core.facttemplates
Interface FieldTemplate
-
- All Known Implementing Classes:
FieldTemplateImpl
public interface FieldTemplate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()ValueTypegetValueType()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getValueType
ValueType getValueType()
-
-