public interface ICustomizationList
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
boolean |
deleted()
If true, the node is marked for deletion, but the deletion is not yet committed.
|
void |
deleted(boolean pVal)
If true, the node is marked for deletion, but the deletion is not yet committed.
|
com4j.Com4jObject |
find(Object val)
Finds a CustomizationListNode of the current list by the node name or ID.
|
String |
name()
The name of the list.
|
com4j.Com4jObject |
rootNode()
The root CustomizationListNode of the current list.
|
com4j.Com4jObject rootNode()
The root CustomizationListNode of the current list.
Getter method for the COM property "RootNode"
String name()
The name of the list.
Getter method for the COM property "Name"
com4j.Com4jObject find(Object val)
Finds a CustomizationListNode of the current list by the node name or ID.
val
- Mandatory java.lang.Object parameter.boolean deleted()
If true, the node is marked for deletion, but the deletion is not yet committed.
Getter method for the COM property "Deleted"
void deleted(boolean pVal)
If true, the node is marked for deletion, but the deletion is not yet committed.
Setter method for the COM property "Deleted"
pVal
- Mandatory boolean parameter.Copyright © 2020. All rights reserved.