Package org.drools.core.rule
Interface FactField
-
- All Superinterfaces:
Externalizable,Serializable
public interface FactField extends Externalizable
An interface for Fact Fields
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldAccessorgetFieldAccessor()intgetIndex()StringgetName()Class<?>getType()booleanisKey()-
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
-
-
-
Method Detail
-
getType
Class<?> getType()
-
getName
String getName()
-
isKey
boolean isKey()
-
getFieldAccessor
FieldAccessor getFieldAccessor()
-
getIndex
int getIndex()
-
-