java.io.Externalizable, java.io.Serializablepublic class OperatorType
extends java.lang.Object
implements java.io.Externalizable
| Modifier and Type | Field | Description |
|---|---|---|
static OperatorType |
ALL |
Deprecated.
|
static OperatorType |
EXACTLY_ONE |
Deprecated.
|
static OperatorType |
ONE_OR_MORE |
Deprecated.
|
static OperatorType |
TERMINAL |
Deprecated.
|
| Constructor | Description |
|---|---|
OperatorType() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
readExternal(java.io.ObjectInput in) |
Deprecated.
implement readExternal() of Externalizable interface
|
java.lang.String |
toString() |
Deprecated.
|
void |
writeExternal(java.io.ObjectOutput out) |
Deprecated.
implement writeExternal() of Externalizable interface
|
public static final OperatorType ALL
public static final OperatorType ONE_OR_MORE
public static final OperatorType EXACTLY_ONE
public static final OperatorType TERMINAL
public java.lang.String toString()
toString in class java.lang.Objectpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablein - java.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizableout - java.io.IOException