Package org.ini4j.spi
Interface BeanAccess
-
public interface BeanAccess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpropAdd(String propertyName, String value)StringpropDel(String propertyName)StringpropGet(String propertyName)StringpropGet(String propertyName, int index)intpropLength(String propertyName)StringpropSet(String propertyName, String value)StringpropSet(String propertyName, String value, int index)
-
-
-
Method Detail
-
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)
-
-