Class ResourceDocType


  • public class ResourceDocType
    extends java.lang.Object
    The documentation type for resources.
    Created on: Jun 11, 2008
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<ClassDocType> classDoc  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceDocType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ClassDocType> getDocs()  
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • ResourceDocType

        public ResourceDocType()
    • Method Detail