/*
* Decompiled with CFR 0_118.
*/
package com.adobe.internal.xmp.properties;
import com.adobe.internal.xmp.options.PropertyOptions;
public interface XMPProperty {
public String getValue();
public PropertyOptions getOptions();
public String getLanguage();
}