wt.epm.retriever
Class EPMRetriever.Where

java.lang.Object
  extended bywt.epm.retriever.EPMRetriever.Where
Enclosing class:
EPMRetriever

private class EPMRetriever.Where
extends Object


Field Summary
(package private)  boolean appendAnd
           
(package private)  int appendCloseParen
           
(package private)  int appendOpenParen
           
(package private)  String attrName
           
(package private)  Object attrValue
           
(package private)  String op
           
(package private)  String paramName
           
(package private)  String recirsionAlias
           
(package private)  SearchCondition sc
           
 
Constructor Summary
EPMRetriever.Where(SearchCondition sc, boolean appendAnd, int appendOpenParen, int appendCloseParen)
           
EPMRetriever.Where(String paramName, String attrName, String op, Object attrValue, boolean appendAnd, int appendOpenParen, int appendCloseParen, String recursionAlias)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paramName

String paramName

attrName

String attrName

op

String op

attrValue

Object attrValue

appendAnd

boolean appendAnd

appendOpenParen

int appendOpenParen

appendCloseParen

int appendCloseParen

sc

SearchCondition sc

recirsionAlias

String recirsionAlias
Constructor Detail

EPMRetriever.Where

public EPMRetriever.Where(String paramName,
                          String attrName,
                          String op,
                          Object attrValue,
                          boolean appendAnd,
                          int appendOpenParen,
                          int appendCloseParen,
                          String recursionAlias)

EPMRetriever.Where

public EPMRetriever.Where(SearchCondition sc,
                          boolean appendAnd,
                          int appendOpenParen,
                          int appendCloseParen)