org.ini4j
Class IniPreferencesTest.Access
Object
IniPreferencesTest.Access
- All Implemented Interfaces:
- BeanAccess
- Enclosing class:
- IniPreferencesTest
public static class IniPreferencesTest.Access
- extends Object
- implements BeanAccess
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IniPreferencesTest.Access
public IniPreferencesTest.Access(Preferences node)
propAdd
public void propAdd(String propertyName,
String value)
- Specified by:
propAdd
in interface BeanAccess
propDel
public String propDel(String propertyName)
- Specified by:
propDel
in interface BeanAccess
propGet
public String propGet(String propertyName)
- Specified by:
propGet
in interface BeanAccess
propGet
public String propGet(String propertyName,
int index)
- Specified by:
propGet
in interface BeanAccess
propLength
public int propLength(String propertyName)
- Specified by:
propLength
in interface BeanAccess
propSet
public String propSet(String propertyName,
String value)
- Specified by:
propSet
in interface BeanAccess
propSet
public String propSet(String propertyName,
String value,
int index)
- Specified by:
propSet
in interface BeanAccess