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, isWrite
public String get(String name)
AttributeProxy
get
in class AttributeProxy<String>
name
- the namepublic void set(String name, String t)
AttributeProxy
set
in class AttributeProxy<String>
name
- the namet
- the valueCopyright © 2003–2016 Terracotta, Inc.. All rights reserved.