Class AssociatedData
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.alarming.config.AssociatedData
 
- 
- All Implemented Interfaces:
- AlarmProperty<java.lang.Object>,- DescriptiveProperty<java.lang.Object>,- Property<java.lang.Object>,- java.io.Serializable
 
 public class AssociatedData extends java.lang.Object implements AlarmProperty<java.lang.Object> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AssociatedData(java.lang.String name, java.lang.Class<?> dtype)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)LocalizedStringgetCategory()The category under which this property will be placed when editing.java.lang.ObjectgetDefaultValue()The default value for new instances of this property, or null if not applicable.LocalizedStringgetDescription()Optional description/documentation for the property.LocalizedStringgetDisplayName()A friendly display name for the property.java.lang.StringgetName()The "name" of this property.java.lang.Class<? extends java.lang.Object>getType()The data type for this property.inthashCode()booleanisAdvanced()Indicates whether this property should not be shown on basic edit screens.booleanisBindable()Indicates whether this property is allowed to be bound.
 
- 
- 
- 
Method Detail- 
getTypepublic java.lang.Class<? extends java.lang.Object> getType() Description copied from interface:PropertyThe data type for this property.
 - 
getDefaultValuepublic java.lang.Object getDefaultValue() Description copied from interface:PropertyThe default value for new instances of this property, or null if not applicable.- Specified by:
- getDefaultValuein interface- Property<java.lang.Object>
 
 - 
getNamepublic java.lang.String 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."
 - 
getDisplayNamepublic LocalizedString 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 interface- DescriptiveProperty<java.lang.Object>
 
 - 
getCategorypublic LocalizedString getCategory() Description copied from interface:DescriptivePropertyThe category under which this property will be placed when editing.- Specified by:
- getCategoryin interface- DescriptiveProperty<java.lang.Object>
 
 - 
getDescriptionpublic LocalizedString getDescription() Description copied from interface:DescriptivePropertyOptional description/documentation for the property. May return null if no information is available.- Specified by:
- getDescriptionin interface- DescriptiveProperty<java.lang.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<java.lang.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<java.lang.Object>
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-