org.cts.parser.prj
Class PrjStringElement

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

public class PrjStringElement
extends AbstractPrjElement

Author:
Antoine Gourlay

Method Summary
 String getValue()
          Return the value of the PrjStringElement.
 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 String getValue()
Return the value of the PrjStringElement.


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.