Interface IProjectDescriptor2
-
- All Superinterfaces:
com4j.Com4jObject
,IProjectDescriptor
public interface IProjectDescriptor2 extends IProjectDescriptor
Information about a project.
-
-
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
-
Methods inherited from interface step.repository.alm.v16.otaclient.IProjectDescriptor
domainName, isTemplate, name, type, uId
-
-
-
-
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
-
-