Class Pathelement


  • public class Pathelement
    extends java.lang.Object
    Pathelement nested element.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String location  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pathelement()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocation()  
      void setLocation​(java.lang.String location)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • location

        protected java.lang.String location
    • Constructor Detail

      • Pathelement

        public Pathelement()
    • Method Detail

      • getLocation

        public java.lang.String getLocation()
      • setLocation

        public void setLocation​(java.lang.String location)