MetaDataDefinition.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 com.adobe.cq.dam.cfm.MetaDataProperty;
import java.util.Iterator;
@ProviderType
public interface MetaDataDefinition {
public Iterator<MetaDataProperty> getMetaDataProperties();
public MetaDataProperty getMetaDataPropertyByName(String var1);
}