• Element Details

    • fields

      @NonNull Class<? extends IBoundObject>[] fields
      Get the classes representing the global fields defined on this Module.
      Returns:
      an array of field classes
      Default:
      {}
    • assemblies

      @NonNull Class<? extends IBoundObject>[] assemblies
      Get the classes representing the global assemblies defined on this Module.
      Returns:
      an array of assembly classes
      Default:
      {}
    • imports

      @NonNull Class<? extends IBoundModule>[] imports
      Get the classes representing the Metaschemas imported by this Module.
      Returns:
      an array of imported Metaschemas
      Default:
      {}
    • nsBindings

      @NonNull NsBinding[] nsBindings
      Default:
      {}
    • remarks

      @NonNull String remarks
      Get any remarks for this metaschema.
      Returns:
      a markdown string or "##none" if no remarks are provided
      Default:
      "##none"