org.drools.rule
Class ConsequenceMetaData.Field

java.lang.Object
  extended by org.drools.rule.ConsequenceMetaData.Field
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
ConsequenceMetaData

public static class ConsequenceMetaData.Field
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
ConsequenceMetaData.Field()
           
ConsequenceMetaData.Field(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 boolean isLiteral()
           
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConsequenceMetaData.Field

public ConsequenceMetaData.Field()

ConsequenceMetaData.Field

public ConsequenceMetaData.Field(String name,
                                 String value)
Method Detail

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

getName

public String getName()

getValue

public String getValue()

isLiteral

public boolean isLiteral()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.