|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.metadata.publication.MetadataProperty
public class MetadataProperty
To specify individual property values to be updated.
Constructor Summary | |
---|---|
MetadataProperty(PropertyName propertyName,
java.lang.Object replacementValue)
To specify individual property values to be updated. |
Method Summary | |
---|---|
PropertyName |
getPropertyName()
|
java.lang.Object |
getReplacementValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataProperty(PropertyName propertyName, java.lang.Object replacementValue)
propertyName
- can be a string or an XPath-expression [1..1]replacementValue
- can be anyType [0..1]Method Detail |
---|
public PropertyName getPropertyName()
public java.lang.Object getReplacementValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |