Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.common.model
Class ModelQueryPath.Operator  view ModelQueryPath.Operator download ModelQueryPath.Operator.java

java.lang.Object
  extended bycom.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 Operator instance.