public interface PropertyAccess
Modifier and Type | Method and Description |
---|---|
XMPProperty |
getProperty(QName name)
Returns a property.
|
XMPProperty |
getProperty(String uri,
String localName)
Returns a property
|
int |
getPropertyCount()
Returns the number of properties.
|
XMPProperty |
getValueProperty()
Returns the rdf:value property.
|
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(String uri, 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()
Iterator iterator()
Copyright © 2022 Apache Software Foundation. All rights reserved.