|
xmlgraphics-commons 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyAccess
This interface is implemented by the top-level Metadata class and stuctured properties.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void setProperty(XMPProperty prop)
prop - the property
XMPProperty getProperty(String uri,
String localName)
uri - the namespace URI of the propertylocalName - the local name of the property
XMPProperty getProperty(QName name)
name - the name of the property
XMPProperty removeProperty(QName name)
name - the name of the property
XMPProperty getValueProperty()
int getPropertyCount()
Iterator iterator()
|
xmlgraphics-commons 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||