Package com.im.ijc.cf.spi
Interface CFExpressionSetFieldBindings<T>
-
- Type Parameters:
T
- class type of field. It'sDFField
for DIF.
public interface CFExpressionSetFieldBindings<T>
SPI for getting display name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDisplayName(CFExpressionSet expressionSet, com.google.common.base.Optional<T> field)
-
-
-
Method Detail
-
getDisplayName
java.lang.String getDisplayName(CFExpressionSet expressionSet, com.google.common.base.Optional<T> field)
-
-