com.buildforge.services.common.api.xml
Class NumberElement

java.lang.Object
  extended by com.buildforge.services.common.api.xml.Element
      extended by com.buildforge.services.common.api.xml.DataElement
          extended by com.buildforge.services.common.api.xml.NumberElement

public class NumberElement
extends DataElement


Field Summary
 
Fields inherited from class com.buildforge.services.common.api.xml.Element
parent
 
Constructor Summary
NumberElement(Element parent, java.lang.String key, java.lang.Number value)
           
 
Method Summary
 ElementType getElementType()
          Returns the type of element that this is.
 
Methods inherited from class com.buildforge.services.common.api.xml.DataElement
addChild, getKey, getValue
 
Methods inherited from class com.buildforge.services.common.api.xml.Element
corrupted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberElement

public NumberElement(Element parent,
                     java.lang.String key,
                     java.lang.Number value)
Method Detail

getElementType

public ElementType getElementType()
Description copied from class: Element
Returns the type of element that this is.

Specified by:
getElementType in class Element