Class ModuleInfo.LibraryInfo

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ModuleInfo

    public static class ModuleInfo.LibraryInfo
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      int getScope()  
      void setName​(java.lang.String name)  
      void setScope​(int scope)  
      • Methods inherited from class java.lang.Object

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

      • getScope

        public int getScope()
      • setScope

        public void setScope​(int scope)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)