Package uk.ac.qmul.eecs.ccmi.xmlparser
Class PropertyValue
- java.lang.Object
-
- uk.ac.qmul.eecs.ccmi.xmlparser.PropertyValue
-
- All Implemented Interfaces:
- HierarchyItem
public class PropertyValue extends java.lang.Object implements HierarchyItem
-
-
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
-
-
-
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 interfaceHierarchyItem
- Overrides:
toString
in classjava.lang.Object
-
-