org.deegree.feature.xpath
Class PropertyNode
java.lang.Object
org.deegree.feature.xpath.ElementNode<Property>
org.deegree.feature.xpath.PropertyNode
- All Implemented Interfaces:
- XPathNode<Property>
public class PropertyNode
- extends ElementNode<Property>
ElementNode
that wraps a Property
of a feature.
- Version:
- $Revision:$, $Date:$
- Author:
- Markus Schneider , last edited by: $Author:$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getParent
public GMLObjectNode<? extends TypedObjectNode,? extends TypedObjectNode> getParent()
- Description copied from interface:
XPathNode
- Returns the parent node.
- Returns:
- the parent node or
null
if this is the root node
getValue
public Property getValue()
- The wrapped property.
- Returns:
- wrapped property
Copyright © 2011. All Rights Reserved.