Package step.repository.alm.otaclient
Interface ILibraryFolder
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IBaseFieldExMail
,IObjectLockingSupport
public interface ILibraryFolder extends IBaseFieldExMail
For HP use. Represents a Library Folder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
libraryFactory()
The LibraryFactory object for direct children imported libraries.com4j.Com4jObject
libraryFolderFactory()
The LibraryFolderFactory object for direct children libraries.java.lang.String
name()
The library folder's namevoid
name(java.lang.String pVal)
The library folder's namecom4j.Com4jObject
parent()
The library folder's parent library folder, or null if root-
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.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldExMail
mail
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
name
java.lang.String name()
The library folder's name
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
name
void name(java.lang.String pVal)
The library folder's name
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
libraryFactory
com4j.Com4jObject libraryFactory()
The LibraryFactory object for direct children imported libraries.
Getter method for the COM property "LibraryFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
libraryFolderFactory
com4j.Com4jObject libraryFolderFactory()
The LibraryFolderFactory object for direct children libraries.
Getter method for the COM property "LibraryFolderFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
parent
com4j.Com4jObject parent()
The library folder's parent library folder, or null if root
Getter method for the COM property "Parent"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-