Package com.adobe.cq.dam.cfm
Interface VariationDef
public interface VariationDef
Implementors provide some essential definitions of a variation.
-
Method Summary
-
Method Details
-
getName
String getName()Gets the (technical) name of the variation.This can be used as an identifier.
- Returns:
- The name of the variation
-
getTitle
String getTitle()Gets the (human-readable) title of the variation.- Returns:
- The title of the variation
-
getDescription
String getDescription()Gets the description of the variation.- Returns:
- The description of the variation
-