Package com.day.cq.reporting
Interface ExtractorDef
public interface ExtractorDef
This interface must be implemented by the definition of each
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines if the represented value has to be handled as multi-valued.
-
Method Details
-
isMultiValue
boolean isMultiValue()Determines if the represented value has to be handled as multi-valued.- Returns:
trueif the represented value is multi-valued
-