Package org.drools.core.rule
Class ConsequenceMetaData.Field
- java.lang.Object
-
- org.drools.core.rule.ConsequenceMetaData.Field
-
- All Implemented Interfaces:
Externalizable,Serializable
- Enclosing class:
- ConsequenceMetaData
public static class ConsequenceMetaData.Field extends Object implements Externalizable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetValue()booleanisLiteral()voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
getName
public String getName()
-
getValue
public String getValue()
-
isLiteral
public boolean isLiteral()
-
-