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.StringgetValue()voidsetModifiersIndexes(java.util.List<java.lang.Integer> modifiers)voidsetValue(java.lang.String value)java.lang.StringtoString()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:HierarchyItemtoString()must be overwritten in order to return the label of the item- Specified by:
toStringin interfaceHierarchyItem- Overrides:
toStringin classjava.lang.Object
-
-