T
- the return type/set type for the attributepublic abstract class AttributeProxy<T> extends Object
Constructor and Description |
---|
AttributeProxy(Class<T> clazz,
String name,
String description,
boolean isRead,
boolean isWrite)
Instantiates a new attribute proxy.
|
Modifier and Type | Method and Description |
---|---|
T |
get(String name)
Gets the value.
|
String |
getDescription()
Gets the description.
|
String |
getName()
Gets the name.
|
Class<?> |
getTypeClass()
Gets the type class.
|
boolean |
isRead()
Checks if is readable.
|
boolean |
isWrite()
Checks if is writable.
|
void |
set(String name,
T t)
Sets the value.
|
public String getDescription()
public Class<?> getTypeClass()
public String getName()
public boolean isRead()
public boolean isWrite()
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.