Interface ContentDescriptor
-
- All Known Implementing Classes:
DefaultContentDescriptor
public interface ContentDescriptorDefine a macro content.- Since:
- 1.9M1
- Version:
- $Id: f2a2e6e6dfe44fc5e0da57845b1aa327603fff30 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetDescription()default TypegetType()This method will return the type of the macro content.booleanisMandatory()
-
-
-
Method Detail
-
getDescription
String getDescription()
- Returns:
- the description of the macro content.
-
isMandatory
boolean isMandatory()
- Returns:
- indicate if the macro content is mandatory.
-
getType
default Type getType()
This method will return the type of the macro content. By default it fallback to String.- Returns:
- the type of the macro content.
- Since:
- 10.10RC1
-
-