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
FieldTemplateImpl
public FieldTemplateImpl()
FieldTemplateImpl
public FieldTemplateImpl(String name,
int index,
Class clazz)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
getIndex
public int getIndex()
- Specified by:
getIndex in interface FieldTemplate
getName
public String getName()
- Specified by:
getName in interface FieldTemplate
getValueType
public ValueType getValueType()
- Specified by:
getValueType in interface FieldTemplate
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object object)
- Overrides:
equals in class Object
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.