public class TopiaEntityRef extends Object implements Comparable<TopiaEntityRef>
getAccessorExpression() return the jxpath to access the
ref from the root object.
TODO Javadoc...| Constructor and Description |
|---|
TopiaEntityRef(TopiaEntity root,
TopiaEntity ref,
String accessorExpression,
TopiaEntity[] path) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TopiaEntityRef o) |
String |
getAccessorExpression() |
TopiaEntity |
getInvoker() |
String |
getInvokerProperty() |
TopiaEntity[] |
getPath() |
TopiaEntity |
getRef() |
TopiaEntity |
getRoot() |
String |
toString() |
public static final String SEPARATOR
public TopiaEntityRef(TopiaEntity root, TopiaEntity ref, String accessorExpression, TopiaEntity[] path)
public TopiaEntity getRoot()
public TopiaEntity getRef()
public String getAccessorExpression()
public TopiaEntity[] getPath()
public TopiaEntity getInvoker()
public String getInvokerProperty()
public int compareTo(TopiaEntityRef o)
compareTo in interface Comparable<TopiaEntityRef>Copyright © 2004–2022 Code Lutin. All rights reserved.