Package com.adobe.cq.dam.cfm
Interface VariationDef
-
public interface VariationDefImplementors provide some essential definitions of a variation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the description of the variation.java.lang.StringgetName()Gets the (technical) name of the variation.java.lang.StringgetTitle()Gets the (human-readable) title of the variation.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Gets the (technical) name of the variation.This can be used as an identifier.
- Returns:
- The name of the variation
-
getTitle
java.lang.String getTitle()
Gets the (human-readable) title of the variation.- Returns:
- The title of the variation
-
getDescription
java.lang.String getDescription()
Gets the description of the variation.- Returns:
- The description of the variation
-
-