Interface DescriptiveProperty<T>
- All Superinterfaces:
- Property<T>,- Serializable
- All Known Subinterfaces:
- AlarmProperty<T>,- ConfigurationProperty<T>,- NotificationProfileProperty<T>
- All Known Implementing Classes:
- AlarmModeProperties,- AssociatedData,- BasicAlarmProperty,- BasicConfigurationProperty,- BasicDescriptiveProperty,- BasicNotificationProfileProperty,- CommonAlarmProperties,- CommonAlarmProperties.CalculatedAlarmProperty,- WellKnownAlarmProperties,- ZoneTraitDescriptor
Extends Property with a few additional fields that can be used to make display nicer.
- 
Method SummaryModifier and TypeMethodDescriptionThe category under which this property will be placed when editing.Optional description/documentation for the property.A friendly display name for the property.Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertygetDefaultValue, getName, getType
- 
Method Details- 
getDisplayNameLocalizedString getDisplayName()A friendly display name for the property. If not set, will return a raw LocalizedString that contains the property name.
- 
getCategoryLocalizedString getCategory()The category under which this property will be placed when editing.
- 
getDescriptionLocalizedString getDescription()Optional description/documentation for the property. May return null if no information is available.
 
-