Class MEPackageHelper


  • public abstract class MEPackageHelper
    extends java.lang.Object
    A package is a namespace for its members and may contain other packages. Only packageable elements can be owned members of a package. By virtue of being a namespace, a package can import either individual members of other packages or all members of other packages.
    See Also:
    MEPackage