org.deegree.metadata.persistence.transaction
Class MetadataProperty

java.lang.Object
  extended by org.deegree.metadata.persistence.transaction.MetadataProperty

public class MetadataProperty
extends Object

To specify individual property values to be updated.

Version:
$Revision: 30340 $, $Date: 2011-04-04 16:05:42 +0200 (Mo, 04. Apr 2011) $
Author:
Steffen Thomas, last edited by: $Author: mschneider $

Constructor Summary
MetadataProperty(ValueReference propertyName, Object replacementValue)
          To specify individual property values to be updated.
 
Method Summary
 ValueReference getPropertyName()
           
 Object getReplacementValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataProperty

public MetadataProperty(ValueReference propertyName,
                        Object replacementValue)
To specify individual property values to be updated.

Parameters:
propertyName - can be a string or an XPath-expression [1..1]
replacementValue - can be anyType [0..1]
Method Detail

getPropertyName

public ValueReference getPropertyName()
Returns:
the propertyName element contains the name of a property to be updated. The name may be a path expression.

getReplacementValue

public Object getReplacementValue()
Returns:
the replacementValue element contains the replacement value for the named property.


Copyright © 2011. All Rights Reserved.