Class AssociatedData
java.lang.Object
com.inductiveautomation.ignition.common.alarming.config.AssociatedData
- All Implemented Interfaces:
- AlarmProperty<Object>,- DescriptiveProperty<Object>,- Property<Object>,- Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanThe category under which this property will be placed when editing.The default value for new instances of this property, or null if not applicable.Optional description/documentation for the property.A friendly display name for the property.getName()The "name" of this property.getType()The data type for this property.inthashCode()booleanIndicates whether this property should not be shown on basic edit screens.booleanIndicates whether this property is allowed to be bound.
- 
Constructor Details- 
AssociatedData
 
- 
- 
Method Details- 
getTypeDescription copied from interface:PropertyThe data type for this property.
- 
getDefaultValueDescription copied from interface:PropertyThe default value for new instances of this property, or null if not applicable.- Specified by:
- getDefaultValuein interface- Property<Object>
 
- 
getNameDescription copied from interface:PropertyThe "name" of this property. Should be descriptive, but also unique. To this end, it is encouraged to make your keys fully qualified by prefixing them with your module id. For example: "mymod.MyProperty". Properties defined by the system start with "sys."
- 
getDisplayNameDescription copied from interface:DescriptivePropertyA friendly display name for the property. If not set, will return a raw LocalizedString that contains the property name.- Specified by:
- getDisplayNamein interface- DescriptiveProperty<Object>
 
- 
getCategoryDescription copied from interface:DescriptivePropertyThe category under which this property will be placed when editing.- Specified by:
- getCategoryin interface- DescriptiveProperty<Object>
 
- 
getDescriptionDescription copied from interface:DescriptivePropertyOptional description/documentation for the property. May return null if no information is available.- Specified by:
- getDescriptionin interface- DescriptiveProperty<Object>
 
- 
isBindablepublic boolean isBindable()Description copied from interface:AlarmPropertyIndicates whether this property is allowed to be bound. If not, only simple values are allowed.- Specified by:
- isBindablein interface- AlarmProperty<Object>
 
- 
isAdvancedpublic boolean isAdvanced()Description copied from interface:AlarmPropertyIndicates whether this property should not be shown on basic edit screens.- Specified by:
- isAdvancedin interface- AlarmProperty<Object>
 
- 
hashCodepublic int hashCode()
- 
equals
 
-