Package 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 theXMPIterator.- Since:
 - 06.07.2006
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNamespace()PropertyOptionsgetOptions()java.lang.ObjectgetOriValue()pkoch_at_day_comjava.lang.StringgetPath()java.lang.ObjectgetValue()- 
Methods inherited from interface com.adobe.xmp.properties.XMPProperty
getLanguage 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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.Object getValue()
- Specified by:
 getValuein interfaceXMPProperty- Returns:
 - Returns the value of the property.
 
 
- 
getOptions
PropertyOptions getOptions()
- Specified by:
 getOptionsin interfaceXMPProperty- Returns:
 - Returns the options of the property.
 
 
- 
getOriValue
java.lang.Object getOriValue()
pkoch_at_day_com- Returns:
 - an object which was set originally
 
 
 - 
 
 -