|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Observable | +--uk.org.ogsadai.common.properties.Property | +--uk.org.ogsadai.common.properties.StaticProperty
A property consisting of a name and a value - the value is stored within this class.
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE |
protected java.lang.Object |
mValue Property value |
Fields inherited from class uk.org.ogsadai.common.properties.Property |
mName, mSecurityContext |
Fields inherited from class java.util.Observable |
|
Constructor Summary | |
StaticProperty() |
Method Summary | |
java.lang.Object |
getValue() Return the property value. |
void |
setValue(java.lang.Object value) Set the property value. |
Methods inherited from class uk.org.ogsadai.common.properties.Property |
getName, setName, setSecurityContext |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
protected java.lang.Object mValue
Constructor Detail |
public StaticProperty()
Method Detail |
public java.lang.Object getValue() throws PropertyValueException
Property
getValue
in class Property
null
if it has not been set.PropertyValueException
- if an error occurs when obtaining the value.public void setValue(java.lang.Object value)
Property
setValue
in class Property
value
- Property value.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |