Package step.repository.alm.otaclient
Interface ICustomizationList2
-
- All Superinterfaces:
com4j.Com4jObject
,ICustomizationList
public interface ICustomizationList2 extends ICustomizationList
Represents a user-defined list associated with a field.
-
-
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.
-
-
-
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.
Getter method for the COM property "Type"
- Returns:
- Returns a value of type java.lang.String
-
-