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

Class TypeInfoUtil.DllEntry

  • Enclosing class:
    TypeInfoUtil


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

      • DllEntry

        public DllEntry(String dllName,
                        String name,
                        int ordinal)
        Instantiates a new dll entry.
        Parameters:
        dllName - the dll name
        name - the name
        ordinal - the ordinal
    • Method Detail

      • getDllName

        public String getDllName()
        Gets the dll name.
        Returns:
        the dll name
      • setDllName

        public void setDllName(String dllName)
        Sets the dll name.
        Parameters:
        dllName - the new dll name
      • getName

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

        public void setName(String name)
        Sets the name.
        Parameters:
        name - the new name
      • getOrdinal

        public int getOrdinal()
        Gets the ordinal.
        Returns:
        the ordinal
      • setOrdinal

        public void setOrdinal(int ordinal)
        Sets the ordinal.
        Parameters:
        ordinal - the new ordinal
JNA API 4.2.1

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