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 Summary
Constructors -
Method Summary
Modifier 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
-
getType
Description copied from interface:PropertyThe data type for this property. -
getDefaultValue
Description copied from interface:PropertyThe default value for new instances of this property, or null if not applicable.- Specified by:
getDefaultValuein interfaceProperty<Object>
-
getName
Description 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." -
getDisplayName
Description 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 interfaceDescriptiveProperty<Object>
-
getCategory
Description copied from interface:DescriptivePropertyThe category under which this property will be placed when editing.- Specified by:
getCategoryin interfaceDescriptiveProperty<Object>
-
getDescription
Description copied from interface:DescriptivePropertyOptional description/documentation for the property. May return null if no information is available.- Specified by:
getDescriptionin interfaceDescriptiveProperty<Object>
-
isBindable
public 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 interfaceAlarmProperty<Object>
-
isAdvanced
public boolean isAdvanced()Description copied from interface:AlarmPropertyIndicates whether this property should not be shown on basic edit screens.- Specified by:
isAdvancedin interfaceAlarmProperty<Object>
-
hashCode
public int hashCode() -
equals
-