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