Interface NotificationProfileProperty<T>
- 
- All Superinterfaces:
- ConfigurationProperty<T>,- DescriptiveProperty<T>,- Property<T>,- java.io.Serializable
 - All Known Implementing Classes:
- BasicNotificationProfileProperty
 
 public interface NotificationProfileProperty<T> extends ConfigurationProperty<T> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.common.config.ConfigurationPropertyConfigurationProperty.CustomEditorDescriptor, ConfigurationProperty.Option<T>
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<Property<?>>getExpressionVariables()If this property is an expression, these are the variables that can be referenced in the expression.booleanisExpressionSource()If this property is to be considered the source of an expression, return true here so that the proper editor can be shown.- 
Methods inherited from interface com.inductiveautomation.ignition.common.config.ConfigurationPropertygetCustomEditor, getOptions, getValueDisplayBaseKey
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.DescriptivePropertygetCategory, getDescription, getDisplayName
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertygetDefaultValue, getName, getType
 
- 
 
- 
- 
- 
Method Detail- 
isExpressionSourceboolean isExpressionSource() If this property is to be considered the source of an expression, return true here so that the proper editor can be shown.
 - 
getExpressionVariablesjava.util.Collection<Property<?>> getExpressionVariables() If this property is an expression, these are the variables that can be referenced in the expression. NOTE: Variables that are common to all AlarmEvents will already be included, so this list should only be variables specific to this property.
 
- 
 
-