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