|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PackageOutline
Outline object that provides per-package information.
This interface is accessible from Outline
.
Method Summary | |
---|---|
com.sun.codemodel.JPackage |
_package()
The exposed package this context is representing. |
java.util.Set<? extends ClassOutline> |
getClasses()
Gets ClassOutline s whose ClassOutline._package()
points to this object. |
javax.xml.bind.annotation.XmlNsForm |
getElementFormDefault()
The element form default for this package. |
java.lang.String |
getMostUsedNamespaceURI()
The namespace URI most commonly used in classes in this package. |
com.sun.codemodel.JDefinedClass |
objectFactory()
Generated ObjectFactory from package. |
ObjectFactoryGenerator |
objectFactoryGenerator()
Generates an ObjectFactory class for this package. |
Method Detail |
---|
com.sun.codemodel.JPackage _package()
An exposed package is a package visible to users, a package supposed to be used by client applications. Sometime we have another parallel package that's not visible to users.
com.sun.codemodel.JDefinedClass objectFactory()
ObjectFactoryGenerator objectFactoryGenerator()
java.util.Set<? extends ClassOutline> getClasses()
ClassOutline
s whose ClassOutline._package()
points to this object.
java.lang.String getMostUsedNamespaceURI()
XmlSchema.namespace()
.
Null if no default
javax.xml.bind.annotation.XmlNsForm getElementFormDefault()
The value is computed by examining what would yield the smallest generated code.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |