public interface AttributeProxy
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the attribute name.
|
Class |
getType()
Get the class of the attribute.
|
Object |
getValue()
Get the attribute value.
|
boolean |
isValid(Object value)
Return true if the value of the given attribute is acceptable.
|
boolean |
isVisible()
Return true if this attribute is "visible." This tells
attribute editors and so on whether or not to display
this attribute.
|
boolean |
isWritable()
Return true if this attribute is writable.
|
void |
setValue(Object value)
Set the attribute value.
|
String getName()
Class getType()
Object getValue()
boolean isValid(Object value)
boolean isVisible()
boolean isWritable()
void setValue(Object value)
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.