Package step.repository.alm.otaclient
Interface ISettings2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSystem(String name)
Checks if the specified setting is built-in and read-only.
-
-
-
Method Detail
-
isSystem
boolean isSystem(String name)
Checks if the specified setting is built-in and read-only.
Getter method for the COM property "IsSystem"
- Parameters:
name
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type boolean
-
-