org.ini4j.spi
Interface BeanAccess
public interface BeanAccess
Method Summary |
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)
|
propAdd
void propAdd(String propertyName,
String value)
propDel
String propDel(String propertyName)
propGet
String propGet(String propertyName)
propGet
String propGet(String propertyName,
int index)
propLength
int propLength(String propertyName)
propSet
String propSet(String propertyName,
String value)
propSet
String propSet(String propertyName,
String value,
int index)
Copyright © 2011. All Rights Reserved.