com.adobe.xmp.properties
Interface XMPPropertyInfo
- All Superinterfaces: 
- XMPProperty
- public interface XMPPropertyInfo 
- extends XMPProperty
This interface is used to return a property together with its path and namespace.
 It is returned when properties are iterated with the XMPIterator.
- Since:
- 06.07.2006
 
 
getNamespace
java.lang.String getNamespace()
- 
 
- 
- Returns:
- Returns the namespace of the property
 
getPath
java.lang.String getPath()
- 
 
- 
- Returns:
- Returns the path of the property, but only if returned by the iterator.
 
getValue
java.lang.String getValue()
- 
- Specified by:
- getValuein interface- XMPProperty
 
- 
- Returns:
- Returns the value of the property.
 
getOptions
PropertyOptions getOptions()
- 
- Specified by:
- getOptionsin interface- XMPProperty
 
- 
- Returns:
- Returns the options of the property.
 
Copyright © 2006-2007 Adobe Systems Inc. All Rights Reserved.