|
xmlgraphics-commons 1.3 | |||||||||
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(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. |
void |
setProperty(XMPProperty prop)
Sets a property. |
Method Detail |
---|
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 property
XMPProperty getProperty(QName name)
name
- the name of the property
XMPProperty getValueProperty()
int getPropertyCount()
java.util.Iterator iterator()
|
xmlgraphics-commons 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |