Package step.repository.alm.otaclient
Interface ICustomizationListNode2
- 
- All Superinterfaces:
- com4j.Com4jObject,- ICustomizationListNode
 
 public interface ICustomizationListNode2 extends ICustomizationListNode Represents a node in a list.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisTemplate()Checks whether the customization item originated from the project template.java.lang.Stringtype()The type of the list node.
 
- 
- 
- 
Method Detail- 
isTemplateboolean isTemplate() Checks whether the customization item originated from the project template. Getter method for the COM property "IsTemplate" - Returns:
- Returns a value of type boolean
 
 - 
typejava.lang.String type() The type of the list node. Getter method for the COM property "Type" - Returns:
- Returns a value of type java.lang.String
 
 
- 
 
-