Class NodePropertyType

  • java.lang.Object
    • uk.ac.qmul.eecs.ccmi.xmlparser.NodePropertyType


  • public class NodePropertyType
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      NodePropertyType() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.ArrayList<Modifier> getModifiers() 
      java.lang.String getType() 
      void setType(java.lang.String type) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodePropertyType

        public NodePropertyType()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType(java.lang.String type)
      • getModifiers

        public java.util.ArrayList<Modifier> getModifiers()