|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.infonode.properties.util.PropertyPath
public class PropertyPath
A path to a property.
| Field Summary | |
|---|---|
private Property |
property
|
private PropertyPath |
tail
|
| Constructor Summary | |
|---|---|
PropertyPath(Property property)
Creates a path containing a single property. |
|
PropertyPath(Property property,
PropertyPath tail)
Creates a path by prepending a path with a property. |
|
| Method Summary | |
|---|---|
PropertyPath |
copy()
Creates a new path that is a copy of this path. |
Property |
getProperty()
Returns the first property in this path. |
PropertyPath |
getTail()
Returns the path after the first property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Property property
private PropertyPath tail
| Constructor Detail |
|---|
public PropertyPath(Property property)
property - the property
public PropertyPath(Property property,
PropertyPath tail)
property - the property to prependtail - the path to prepend to| Method Detail |
|---|
public Property getProperty()
public PropertyPath getTail()
public PropertyPath copy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||