Class NodeProperty

  • java.lang.Object
    • uk.ac.qmul.eecs.ccmi.xmlparser.NodeProperty
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getType() 
      java.util.ArrayList<PropertyValue> getValues() 
      java.lang.String toString()
      toString() must be overwritten in order to return the label of the item
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NodeProperty

        public NodeProperty()
      • NodeProperty

        public NodeProperty(java.lang.String type)
    • Method Detail

      • getValues

        public java.util.ArrayList<PropertyValue> getValues()
      • getType

        public java.lang.String getType()
      • toString

        public java.lang.String toString()
        Description copied from interface: HierarchyItem
        toString() must be overwritten in order to return the label of the item
        Specified by:
        toString in interface HierarchyItem
        Overrides:
        toString in class java.lang.Object