org.drools
Class RuleBaseConfiguration.LogicalOverride

java.lang.Object
  extended by org.drools.RuleBaseConfiguration.LogicalOverride
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
RuleBaseConfiguration

public static class RuleBaseConfiguration.LogicalOverride
extends Object
implements Externalizable

See Also:
Serialized Form

Field Summary
static RuleBaseConfiguration.LogicalOverride DISCARD
           
static RuleBaseConfiguration.LogicalOverride PRESERVE
           
 
Constructor Summary
RuleBaseConfiguration.LogicalOverride()
           
 
Method Summary
static RuleBaseConfiguration.LogicalOverride determineLogicalOverride(String value)
           
 boolean equals(Object obj)
           
 void readExternal(ObjectInput in)
           
 String toExternalForm()
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRESERVE

public static final RuleBaseConfiguration.LogicalOverride PRESERVE

DISCARD

public static final RuleBaseConfiguration.LogicalOverride DISCARD
Constructor Detail

RuleBaseConfiguration.LogicalOverride

public RuleBaseConfiguration.LogicalOverride()
Method Detail

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

determineLogicalOverride

public static RuleBaseConfiguration.LogicalOverride determineLogicalOverride(String value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toExternalForm

public String toExternalForm()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.