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.String
getType()
java.util.ArrayList<PropertyValue>
getValues()
java.lang.String
toString()
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: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
-
-