public static class IniPreferencesTest.Access extends Object implements BeanAccess
| Constructor and Description |
|---|
IniPreferencesTest.Access(Preferences node) |
| Modifier and Type | Method and Description |
|---|---|
void |
propAdd(String propertyName,
String value) |
String |
propDel(String propertyName) |
String |
propGet(String propertyName) |
String |
propGet(String propertyName,
int index) |
int |
propLength(String propertyName) |
String |
propSet(String propertyName,
String value) |
String |
propSet(String propertyName,
String value,
int index) |
public IniPreferencesTest.Access(Preferences node)
public void propAdd(String propertyName, String value)
propAdd in interface BeanAccesspublic String propDel(String propertyName)
propDel in interface BeanAccesspublic String propGet(String propertyName)
propGet in interface BeanAccesspublic String propGet(String propertyName, int index)
propGet in interface BeanAccesspublic int propLength(String propertyName)
propLength in interface BeanAccesspublic String propSet(String propertyName, String value)
propSet in interface BeanAccesspublic String propSet(String propertyName, String value, int index)
propSet in interface BeanAccess