org.cts.parser.prj
Class PrjNumberElement

java.lang.Object
  extended by org.cts.parser.prj.AbstractPrjElement
      extended by org.cts.parser.prj.PrjNumberElement
All Implemented Interfaces:
PrjElement

public class PrjNumberElement
extends AbstractPrjElement

Author:
Antoine Gourlay

Method Summary
 double getValue()
          Return the value of the element.
 String toString()
          Return a String representation of the PrjStringElement.
 
Methods inherited from class org.cts.parser.prj.AbstractPrjElement
getChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public double getValue()
Return the value of the element.


toString

public String toString()
Return a String representation of the PrjStringElement.

Overrides:
toString in class Object


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.