public static class RuleBaseConfiguration.LogicalOverride extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
static RuleBaseConfiguration.LogicalOverride |
DISCARD |
static RuleBaseConfiguration.LogicalOverride |
PRESERVE |
| Constructor and Description |
|---|
LogicalOverride() |
| Modifier and Type | Method and Description |
|---|---|
static RuleBaseConfiguration.LogicalOverride |
determineLogicalOverride(String value) |
boolean |
equals(Object obj) |
void |
readExternal(ObjectInput in) |
String |
toExternalForm() |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public static final RuleBaseConfiguration.LogicalOverride PRESERVE
public static final RuleBaseConfiguration.LogicalOverride DISCARD
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic static RuleBaseConfiguration.LogicalOverride determineLogicalOverride(String value)
public String toExternalForm()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.