wt.epm.retriever
Class EPMRetriever.Parameter
java.lang.Object
wt.epm.retriever.EPMRetriever.Parameter
- Enclosing class:
- EPMRetriever
- private class EPMRetriever.Parameter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
paramName
String paramName
sc
SearchCondition[] sc
cl
Class cl
minus
List minus
plus
List plus
value
Map value
first
boolean first
EPMRetriever.Parameter
public EPMRetriever.Parameter(String paramName)
EPMRetriever.Parameter
public EPMRetriever.Parameter(String paramName,
Object value)
EPMRetriever.Parameter
public EPMRetriever.Parameter(String paramName,
Class cl,
Object value)
initialize
public void initialize(Object value)
plus
public void plus(String plusParamName)
minus
public void minus(String minusParamName)
getValue
public Collection getValue()
throws EPMRetrieverException
- Throws:
EPMRetrieverException
getString
public String getString()
throws EPMRetrieverException
- Throws:
EPMRetrieverException
append
private void append(StringBuffer ret,
List list,
String prefix)
throws EPMRetrieverException
- Throws:
EPMRetrieverException
appendValue
public void appendValue(Object value)