Class Import


  • public class Import
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean asStatic  
      protected java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Import()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      boolean isAsStatic()  
      void setAsStatic​(boolean asStatic)  
      void setType​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • asStatic

        protected boolean asStatic
      • type

        protected java.lang.String type
    • Constructor Detail

      • Import

        public Import()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String value)
      • isAsStatic

        public boolean isAsStatic()
      • setAsStatic

        public void setAsStatic​(boolean asStatic)