|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyValueException | |
uk.org.ogsadai.activity | Contains the core interfaces and classes of the Activity Framework. |
uk.org.ogsadai.common.properties | This package provides classes and interfaces provide for the use of properties, both those where the property value is static and those where its value is provided on-demand via callbacks. |
uk.org.ogsadai.dataresource | Provides the data service resource layer of OGSA-DAI and also the core data data resource accessors. |
Uses of PropertyValueException in uk.org.ogsadai.activity |
Methods in uk.org.ogsadai.activity that throw PropertyValueException | |
java.lang.Object |
ActivityFactoryImpl.getValue(javax.xml.namespace.QName name)
|
Uses of PropertyValueException in uk.org.ogsadai.common.properties |
Methods in uk.org.ogsadai.common.properties that throw PropertyValueException | |
java.lang.Object |
StaticProperty.getValue()
|
java.lang.Object |
DynamicProperty.getValue()
|
void |
DynamicProperty.setValue(java.lang.Object object)
|
abstract java.lang.Object |
Property.getValue()
Return the property value. |
abstract void |
Property.setValue(java.lang.Object object)
Set the property value. |
java.lang.Object |
CallbackSelfNotifyingProperty.getValue()
|
java.lang.Object |
SelfUpdatingProperty.getValue()
|
java.lang.Object |
SelfNotifyingProperty.getValue()
|
java.lang.Object |
PropertyCallback.getValue(javax.xml.namespace.QName name)
Return the value of the property with the given name. |
void |
PropertyCallback.setValue(javax.xml.namespace.QName name,
java.lang.Object value)
Set the value of the property with the given name. |
Uses of PropertyValueException in uk.org.ogsadai.dataresource |
Methods in uk.org.ogsadai.dataresource that throw PropertyValueException | |
java.lang.Object |
MetaDataExtractor.getValue(javax.xml.namespace.QName name)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |