Class Overview
A recursive path has an associated depth limiter.
The last component of the path is a number indicating the maximum depth
to recurse. 0 means do not limit the recursion.
Examples:
Properties/0
SubTypes/1
Summary
| Fields |
|
private
final
int |
depth |
|
|
[Expand]
Inherited Methods |
From class
org.odata4j.producer.PropertyPath
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
Public Constructors
Public Methods
public
boolean
equals
(Object obj)
public
boolean
isUnlimited
()
public
boolean
isValidAtDepth
(int d)