Skip navigation links
JNA API 4.4.0
com.sun.jna.platform.win32.COM

Class TypeInfoUtil.TypeInfoDoc

  • Enclosing class:
    TypeInfoUtil


    public static class TypeInfoUtil.TypeInfoDoc
    extends Object
    The Class TypeInfoDoc.
    Author:
    wolf.tobias@gmx.net The Class TypeInfoDoc.
    • Constructor Detail

      • TypeInfoDoc

        public TypeInfoDoc(String name,
                           String docString,
                           int helpContext,
                           String helpFile)
        Instantiates a new type info doc.
        Parameters:
        name - the name
        docString - the doc string
        helpContext - the help context
        helpFile - the help file
    • Method Detail

      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • getDocString

        public String getDocString()
        Gets the doc string.
        Returns:
        the doc string
      • getHelpContext

        public int getHelpContext()
        Gets the help context.
        Returns:
        the help context
      • getHelpFile

        public String getHelpFile()
        Gets the help file.
        Returns:
        the help file
JNA API 4.4.0

Copyright © 2007-2016 Timothy Wall. All Rights Reserved.