public interface BeanAccess
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) |
int propLength(String propertyName)
Copyright © 2016. All rights reserved.