Package org.drools.core.facttemplates
Class FieldTemplateImpl
- java.lang.Object
-
- org.drools.core.facttemplates.FieldTemplateImpl
-
- All Implemented Interfaces:
Externalizable,Serializable,FieldTemplate
public class FieldTemplateImpl extends Object implements FieldTemplate, Externalizable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FieldTemplateImpl()FieldTemplateImpl(String name, Class clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)StringgetName()ValueTypegetValueType()inthashCode()voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
getName
public String getName()
- Specified by:
getNamein interfaceFieldTemplate
-
getValueType
public ValueType getValueType()
- Specified by:
getValueTypein interfaceFieldTemplate
-
-