XMPPropertyInfo.java
386 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.internal.xmp.properties;
import com.adobe.internal.xmp.options.PropertyOptions;
import com.adobe.internal.xmp.properties.XMPProperty;
public interface XMPPropertyInfo
extends XMPProperty {
public String getNamespace();
public String getPath();
public String getValue();
public PropertyOptions getOptions();
}