Class Modifier

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


  • public class Modifier
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static class  Modifier.ModifierList 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Modifier() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getId() 
      java.lang.String getType() 
      void setId(int id) 
      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

      • Modifier

        public Modifier()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

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

        public int getId()
      • setId

        public void setId(int id)