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

Class TypeLibUtil.IsName

  • Enclosing class:
    TypeLibUtil


    public static class TypeLibUtil.IsName
    extends java.lang.Object
    The Class IsName.
    Author:
    wolf.tobias@gmx.net The Class IsName.
    • Constructor Summary

      Constructors 
      Constructor and Description
      IsName(java.lang.String nameBuf, boolean name)
      Instantiates a new checks if is name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getNameBuf()
      Gets the name buf.
      boolean isName()
      Checks if is name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IsName

        public IsName(java.lang.String nameBuf,
                      boolean name)
        Instantiates a new checks if is name.
        Parameters:
        nameBuf - the name buf
        name - the name
    • Method Detail

      • getNameBuf

        public java.lang.String getNameBuf()
        Gets the name buf.
        Returns:
        the name buf
      • isName

        public boolean isName()
        Checks if is name.
        Returns:
        true, if is name
JNA API 5.10.0

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