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