|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.common.model
Class ModelQueryPath.Operator

java.lang.Objectcom.aendvari.common.model.ModelQueryPath.Operator
- Enclosing class:
- ModelQueryPath
- protected static class ModelQueryPath.Operator
- extends java.lang.Object
Represents a single operation to perform during expression evaluation.
| Nested Class Summary | |
static interface |
ModelQueryPath.Operator.Type
Defines the constants for the operation type. |
| Field Summary | |
int |
intParameter
An integer parameter for the operation. |
java.lang.String |
stringParameter
A string parameter for the operation. |
int |
type
The operation to perform. |
| Constructor Summary | |
ModelQueryPath.Operator(int setType,
java.lang.String setStringParameter,
int setIntParameter)
Creates an Operator instance. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
type
public int type
- The operation to perform.
stringParameter
public java.lang.String stringParameter
- A string parameter for the operation.
intParameter
public int intParameter
- An integer parameter for the operation.
| Constructor Detail |
ModelQueryPath.Operator
public ModelQueryPath.Operator(int setType,
java.lang.String setStringParameter,
int setIntParameter)
- Creates an
Operatorinstance.
|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.aendvari.common.model.ModelQueryPath.Operator