|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ThreadSafe public interface Property
The Property
interface provides access to a persisted property shared
over the whole system.
The easiest way to create a property object is by calling
IPropertyBag.getProperty
the PropertyBag class
Method Summary | |
---|---|
void |
clear()
Clears the property. |
java.lang.Object |
getValue()
gets the value of the property. |
void |
setValue(java.lang.Object o)
sets the value of the property. |
Method Detail |
---|
void clear()
java.lang.Object getValue()
void setValue(java.lang.Object o)
o
- an object defining the value of the property. This must be a
serializable object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |