public interface NotificationProfileProperty<T> extends ConfigurationProperty<T>
ConfigurationProperty.CustomEditorDescriptor, ConfigurationProperty.Option<T>| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Property<?>> |
getExpressionVariables()
If this property is an expression, these are the variables that can be referenced in the expression.
|
boolean |
isExpressionSource()
If this property is to be considered the source of an expression, return true here so that the proper editor can
be shown.
|
getCustomEditor, getOptions, getValueDisplayBaseKeygetCategory, getDescription, getDisplayNamegetDefaultValue, getName, getTypeboolean isExpressionSource()
java.util.Collection<Property<?>> getExpressionVariables()