Package com.thoughtworks.qdox.model
Interface JavaModule
-
- All Known Implementing Classes:
DefaultJavaModule
public interface JavaModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaModuleDescriptorgetDescriptor()java.lang.StringgetName()booleanisNamed()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
isNamed
boolean isNamed()
-
getDescriptor
JavaModuleDescriptor getDescriptor()
-
-