org.deegree.feature.types
Class GenericCustomPropertyValue
java.lang.Object
org.deegree.feature.types.GenericCustomPropertyValue
public class GenericCustomPropertyValue
- extends Object
Allows for the representation of generic custom properties.
- Version:
- $Revision: $, $Date: $
- Author:
- Markus Schneider, last edited by: $Author: schneider $
GenericCustomPropertyValue
public GenericCustomPropertyValue(QName name)
GenericCustomPropertyValue
public GenericCustomPropertyValue(String textNode)
getName
public QName getName()
setAttribute
public void setAttribute(QName name,
String value)
addChild
public void addChild(Object child)
getAttributes
public Map<QName,String> getAttributes()
getTextNodes
public List<String> getTextNodes()
- Returns:
- all textnodes in this
GenericCustomPropertyValue.
getChildNodesAll
public List<Object> getChildNodesAll()
getChildNodes
public List<GenericCustomPropertyValue> getChildNodes(QName qName)
- Parameters:
qName - to match
- Returns:
- the direct childnodes of this
GenericCustomPropertyValue, which are
GenericCustomPropertyValue as well.
getChildNodes
public List<GenericCustomPropertyValue> getChildNodes()
- Returns:
- the direct childnodes of this
GenericCustomPropertyValue, which are
GenericCustomPropertyValue as well.
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>