Interface ICustomizationListNode2
-
- All Superinterfaces:
com4j.Com4jObject
,ICustomizationListNode
- All Known Subinterfaces:
ICustomizationListNode3
public interface ICustomizationListNode2 extends ICustomizationListNode
Represents a node in a list.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isTemplate()
Checks whether the customization item originated from the project template.java.lang.String
type()
The type of the list node.
-
-
-
Method Detail
-
isTemplate
boolean 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
-
type
java.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
-
-