Package uk.ac.qmul.eecs.ccmi.xmlparser
Class NodeType
- java.lang.Object
-
- uk.ac.qmul.eecs.ccmi.xmlparser.NodeType
-
- All Implemented Interfaces:
- HierarchyItem
public class NodeType extends java.lang.Object implements HierarchyItem
-
-
Constructor Summary
Constructors Constructor and Description NodeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.ArrayList<NodePropertyType>getPropretyTypes()java.lang.StringgetShapeType()java.lang.StringgetType()voidsetNodePropreties(java.util.ArrayList<NodePropertyType> nodePropreties)voidsetShapeType(java.lang.String shapeType)voidsetType(java.lang.String type)java.lang.StringtoString()toString()must be overwritten in order to return the label of the item
-
-
-
Method Detail
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
getShapeType
public java.lang.String getShapeType()
-
setShapeType
public void setShapeType(java.lang.String shapeType)
-
getPropretyTypes
public java.util.ArrayList<NodePropertyType> getPropretyTypes()
-
setNodePropreties
public void setNodePropreties(java.util.ArrayList<NodePropertyType> nodePropreties)
-
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
-
-