MetaDataProperty.java
454 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
*/
package com.adobe.cq.dam.cfm;
import aQute.bnd.annotation.ProviderType;
import java.util.Iterator;
@ProviderType
public interface MetaDataProperty {
public String getName();
public String getTitle();
public String getType();
public Object getConfig(String var1);
public Iterator<String> getConfigNames();
}