public interface IAnalysisItemFolder extends IBaseField
Modifier and Type | Method and Description |
---|---|
boolean |
_public()
Indicates whether this is a public folder.
|
void |
_public(boolean pVal)
Indicates whether this is a public folder.
|
com4j.Com4jObject |
analysisItemFactory()
The AnalysisItemFactory object for managing AnalysisItems in this folder.
|
com4j.Com4jObject |
analysisItemFolderFactory()
The AnalysisItemFolderFactory object for direct children analysis item folders.
|
String |
description()
The folder's description.
|
void |
description(String pVal)
The folder's description.
|
String |
name()
The folder's name.
|
void |
name(String pVal)
The folder's name.
|
int |
parentId()
The ID of the folder that contains this folder.
|
void |
parentId(int pVal)
The ID of the folder that contains this folder.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The folder's name.
Getter method for the COM property "Name"
void name(String pVal)
The folder's name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.int parentId()
The ID of the folder that contains this folder.
Getter method for the COM property "ParentId"
void parentId(int pVal)
The ID of the folder that contains this folder.
Setter method for the COM property "ParentId"
pVal
- Mandatory int parameter.boolean _public()
Indicates whether this is a public folder.
Getter method for the COM property "Public"
void _public(boolean pVal)
Indicates whether this is a public folder.
Setter method for the COM property "Public"
pVal
- Mandatory boolean parameter.com4j.Com4jObject analysisItemFolderFactory()
The AnalysisItemFolderFactory object for direct children analysis item folders.
Getter method for the COM property "AnalysisItemFolderFactory"
com4j.Com4jObject analysisItemFactory()
The AnalysisItemFactory object for managing AnalysisItems in this folder.
Getter method for the COM property "AnalysisItemFactory"
String description()
The folder's description.
Getter method for the COM property "Description"
void description(String pVal)
The folder's description.
Setter method for the COM property "Description"
pVal
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.