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.String
getShapeType()
java.lang.String
getType()
void
setNodePropreties(java.util.ArrayList<NodePropertyType> nodePropreties)
void
setShapeType(java.lang.String shapeType)
void
setType(java.lang.String type)
java.lang.String
toString()
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: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
-
-