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
    • Method Detail

      • getNamespace

        String getNamespace()
        Returns:
        Returns the namespace of the property
      • getPath

        String getPath()
        Returns:
        Returns the path of the property, but only if returned by the iterator.
      • getOriValue

        Object getOriValue()
        pkoch_at_day_com
        Returns:
        an object which was set originally