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