Class PropertyValue

  • java.lang.Object
    • uk.ac.qmul.eecs.ccmi.xmlparser.PropertyValue
    • Constructor Summary

      Constructors 
      Constructor and Description
      PropertyValue(java.lang.String value) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List<java.lang.Integer> getModifiersIndexes() 
      java.lang.String getValue() 
      void setModifiersIndexes(java.util.List<java.lang.Integer> modifiers) 
      void setValue(java.lang.String value) 
      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

      • PropertyValue

        public PropertyValue(java.lang.String value)
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue(java.lang.String value)
      • getModifiersIndexes

        public java.util.List<java.lang.Integer> getModifiersIndexes()
      • setModifiersIndexes

        public void setModifiersIndexes(java.util.List<java.lang.Integer> modifiers)
      • 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