ClassificationAttribute.java
431 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
*/
package com.adobe.cq.commerce.api.classification;
import aQute.bnd.annotation.ProviderType;
@ProviderType
public interface ClassificationAttribute {
public String getPath();
public String getTitle();
public String getDescription();
public String getName();
public String getUnit();
}