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 StringgetDescription()Gets the description of the variation.StringgetName()Gets the (technical) name of the variation.StringgetTitle()Gets the (human-readable) title of the variation.
-
-
-
Method Detail
-
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
-
-