org.cts.parser.prj
Class PrjNodeElement

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

public class PrjNodeElement
extends AbstractPrjElement

Author:
Antoine Gourlay

Method Summary
 String getName()
          Return the name of this node.
 String toString()
          Return a String representation of the PrjNodeElement.
 
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

getName

public String getName()
Return the name of this node.


toString

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

Overrides:
toString in class Object


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