Package uk.ac.qmul.eecs.ccmi.xmlparser
Class NodeProperty
- java.lang.Object
-
- uk.ac.qmul.eecs.ccmi.xmlparser.NodeProperty
-
- All Implemented Interfaces:
- HierarchyItem
public class NodeProperty extends java.lang.Object implements HierarchyItem
-
-
Constructor Summary
Constructors Constructor and Description NodeProperty()NodeProperty(java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetType()java.util.ArrayList<PropertyValue>getValues()java.lang.StringtoString()toString()must be overwritten in order to return the label of the item
-
-
-
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:HierarchyItemtoString()must be overwritten in order to return the label of the item- Specified by:
toStringin interfaceHierarchyItem- Overrides:
toStringin classjava.lang.Object
-
-