Uses of Interface
de.mid.innovator.srv2api.icw2dg.DGHeader

Packages that use DGHeader
de.mid.innovator.srv2api.icw2dg The documentation package deals with the model documentation configuration and generation. 
de.mid.innovator.srv2api.icw2meta Meta model and administration information. 
 

Uses of DGHeader in de.mid.innovator.srv2api.icw2dg
 

Methods in de.mid.innovator.srv2api.icw2dg that return DGHeader
 DGHeader DGSelection.getCHeader()
          The header of the toc of this selection.
 DGHeader DGSelection.getMHeader()
          The header of the main text of this selection.
 

Methods in de.mid.innovator.srv2api.icw2dg with parameters of type DGHeader
 void DGSelection.setCHeader(DGHeader value)
          Set the value of Foreign Key CHeader.
 void DGSelection.setMHeader(DGHeader value)
          Set the value of Foreign Key MHeader.
 

Uses of DGHeader in de.mid.innovator.srv2api.icw2meta
 

Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type DGHeader
 List<DGHeader> MMProfile.getOwnedHeader(K_CONTROL_OPTION... behaviourFlags)
          All documentation headers owned by this profile.