Interface IProjectDescriptor2

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean canLogin()
      Returns true if the current user can connect to the project.
      boolean isUnicode()
      Returns true if the project is a unicode project.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • isUnicode

        boolean isUnicode()

        Returns true if the project is a unicode project.

        Getter method for the COM property "IsUnicode"

        Returns:
        Returns a value of type boolean
      • canLogin

        boolean canLogin()

        Returns true if the current user can connect to the project.

        Getter method for the COM property "CanLogin"

        Returns:
        Returns a value of type boolean