public interface Binding extends AnnotationProvider
Modifier and Type | Method and Description |
---|---|
Object |
get()
Reads the current value of the property (or other resource).
|
Class |
getBindingType()
Returns the type of the binding, either the type of resource exposed by the binding, or the type of the property
bound.
|
boolean |
isInvariant()
Returns true if the value of the binding does not ever change.
|
void |
set(Object value)
Updates the current value.
|
getAnnotation
Object get()
void set(Object value)
value
- boolean isInvariant()
Class getBindingType()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.