deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.feature.types
Class GenericCustomPropertyValue

java.lang.Object
  extended by 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 $

Constructor Summary
GenericCustomPropertyValue(QName name)
           
GenericCustomPropertyValue(String textNode)
           
 
Method Summary
 void addChild(Object child)
           
 boolean equals(Object o)
           
 Map<QName,String> getAttributes()
           
 List<GenericCustomPropertyValue> getChildNodes()
           
 List<GenericCustomPropertyValue> getChildNodes(QName qName)
           
 List<Object> getChildNodesAll()
           
 QName getName()
           
 List<String> getTextNodes()
           
 void setAttribute(QName name, String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericCustomPropertyValue

public GenericCustomPropertyValue(QName name)

GenericCustomPropertyValue

public GenericCustomPropertyValue(String textNode)
Method Detail

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

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>