Package step.repository.alm.otaclient
Interface ICustomizationList
- 
- All Superinterfaces:
- com4j.Com4jObject
 - All Known Subinterfaces:
- ICustomizationList2
 
 public interface ICustomizationList extends com4j.Com4jObjectRepresents a user-defined list associated with a field.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandeleted()If true, the node is marked for deletion, but the deletion is not yet committed.voiddeleted(boolean pVal)If true, the node is marked for deletion, but the deletion is not yet committed.com4j.Com4jObjectfind(java.lang.Object val)Finds a CustomizationListNode of the current list by the node name or ID.java.lang.Stringname()The name of the list.com4j.Com4jObjectrootNode()The root CustomizationListNode of the current list.
 
- 
- 
- 
Method Detail- 
rootNodecom4j.Com4jObject rootNode() The root CustomizationListNode of the current list. Getter method for the COM property "RootNode" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
namejava.lang.String name() The name of the list. Getter method for the COM property "Name" - Returns:
- Returns a value of type java.lang.String
 
 - 
findcom4j.Com4jObject find(java.lang.Object val) Finds a CustomizationListNode of the current list by the node name or ID. - Parameters:
- val- Mandatory java.lang.Object parameter.
- Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
deletedboolean deleted() If true, the node is marked for deletion, but the deletion is not yet committed. Getter method for the COM property "Deleted" - Returns:
- Returns a value of type boolean
 
 - 
deletedvoid 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" - Parameters:
- pVal- Mandatory boolean parameter.
 
 
- 
 
-