public interface ISettings
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes and updates the category.
|
void |
deleteCategory(String category)
Deletes the current settings folder.
|
void |
deleteValue(String name)
Deletes the specified item.
|
IList |
enumItems()
Returns the list of names of the setting's items.
|
Object |
enumItems(int index) |
void |
open(String category)
Sets the category to be used in subsequent actions by the client.
|
void |
post()
Posts the category to the server.
|
void |
refresh(String category)
Reads saved values, overwriting values in memory.
|
String |
value(String name)
The value of the specified item in the active category.
|
void |
value(String name,
String pVal)
The value of the specified item in the active category.
|
void open(String category)
Sets the category to be used in subsequent actions by the client.
category
- Mandatory java.lang.String parameter.String value(String name)
The value of the specified item in the active category.
Getter method for the COM property "Value"
name
- Mandatory java.lang.String parameter.void value(String name, String pVal)
The value of the specified item in the active category.
Setter method for the COM property "Value"
name
- Mandatory java.lang.String parameter.pVal
- Mandatory java.lang.String parameter.void close()
Closes and updates the category.
void deleteCategory(String category)
Deletes the current settings folder.
category
- Mandatory java.lang.String parameter.void deleteValue(String name)
Deletes the specified item.
name
- Mandatory java.lang.String parameter.IList enumItems()
Returns the list of names of the setting's items.
Getter method for the COM property "EnumItems"
Object enumItems(int index)
void post()
Posts the category to the server.
void refresh(String category)
Reads saved values, overwriting values in memory.
category
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.