public interface PropertyAccess
Modifier and Type | Method and Description |
---|---|
XMPProperty |
getProperty(QName name)
Returns a property.
|
XMPProperty |
getProperty(java.lang.String uri,
java.lang.String localName)
Returns a property
|
int |
getPropertyCount()
Returns the number of properties.
|
XMPProperty |
getValueProperty()
Returns the rdf:value property.
|
java.util.Iterator |
iterator()
Returns an Iterator over all properties in this structured property.
|
XMPProperty |
removeProperty(QName name)
Removes a property and returns it if it was found.
|
void |
setProperty(XMPProperty prop)
Sets a property.
|
void setProperty(XMPProperty prop)
prop
- the propertyXMPProperty getProperty(java.lang.String uri, java.lang.String localName)
uri
- the namespace URI of the propertylocalName
- the local name of the propertyXMPProperty getProperty(QName name)
name
- the name of the propertyXMPProperty removeProperty(QName name)
name
- the name of the propertyXMPProperty getValueProperty()
int getPropertyCount()
java.util.Iterator iterator()
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.