public class StringBeanProxy extends AttributeProxy<String>
| Constructor and Description |
|---|
StringBeanProxy(String name,
String descr,
boolean isRead,
boolean isWrite)
Instantiates a new string bean proxy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
get(String name)
Gets the value.
|
void |
set(String name,
String t)
Sets the value.
|
getDescription, getName, getTypeClass, isRead, isWritepublic String get(String name)
AttributeProxyget in class AttributeProxy<String>name - the namepublic void set(String name, String t)
AttributeProxyset in class AttributeProxy<String>name - the namet - the valueCopyright 2001-2021, Terracotta, Inc.