org.wilmascope.file
Class XMLGraph.Property

java.lang.Object
  extended by org.wilmascope.file.XMLGraph.XMLGraphElement
      extended by org.wilmascope.file.XMLGraph.Property
Enclosing class:
XMLGraph

public class XMLGraph.Property
extends XMLGraph.XMLGraphElement


Constructor Summary
protected XMLGraph.Property(org.w3c.dom.Element e)
           
protected XMLGraph.Property(java.lang.String key, java.lang.String value)
           
 
Method Summary
protected  java.lang.String getKey()
           
protected  java.lang.String getValue()
           
 
Methods inherited from class org.wilmascope.file.XMLGraph.XMLGraphElement
appendChild, createElement, getAttribute, getChildElements, getChildNodes, getElement, getFloatAttribute, getProperties, getViewType, setAttribute, setAttribute, setProperties, setViewType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLGraph.Property

protected XMLGraph.Property(org.w3c.dom.Element e)

XMLGraph.Property

protected XMLGraph.Property(java.lang.String key,
                            java.lang.String value)
Method Detail

getKey

protected java.lang.String getKey()

getValue

protected java.lang.String getValue()