|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.lib.ejb21.sql.EjbqlAbstractVisitor.IdValue
protected class EjbqlAbstractVisitor.IdValue
Values associated with each declared identifiers
| Constructor Summary | |
|---|---|
EjbqlAbstractVisitor.IdValue()
Default constructor |
|
EjbqlAbstractVisitor.IdValue(String pathName)
Create an IdVAlue for the given path |
|
| Method Summary | |
|---|---|
void |
addPath(String path)
add a path (if it's not already declared) |
int |
getDeclaredPathLength()
|
String |
getMergedPath(int idx)
|
String[] |
getName()
|
org.objectweb.medor.query.api.QueryTree |
getQueryTree()
|
String[] |
getSplitedPath(int idx)
|
void |
setName(String[] name)
|
void |
setQueryTree(org.objectweb.medor.query.api.QueryTree qt)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EjbqlAbstractVisitor.IdValue(String pathName)
pathName - an abstract schema name or collection values pathpublic EjbqlAbstractVisitor.IdValue()
| Method Detail |
|---|
public String[] getName()
public void setName(String[] name)
name - the abstract schema name or collection values pathpublic void addPath(String path)
path - the path to addpublic String[] getSplitedPath(int idx)
idx - index of the path
public String getMergedPath(int idx)
idx - index of the path
public int getDeclaredPathLength()
public org.objectweb.medor.query.api.QueryTree getQueryTree()
public void setQueryTree(org.objectweb.medor.query.api.QueryTree qt)
qt - QueryTreepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||