Class BasicQuality
java.lang.Object
com.inductiveautomation.ignition.common.model.values.BasicQuality
- All Implemented Interfaces:
- Localized,- Quality,- Serializable
Deprecated.
Only used for serialization compatibility with old versions.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.inductiveautomation.ignition.common.model.values.QualityQuality.Level
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.For serializationBasicQuality(String id, LocalizedString description, Quality.Level severity) Deprecated.BasicQuality(String id, Quality.Level severity) Deprecated.BasicQuality(String id, String descKey, Quality.Level severity) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.This should be a short (~ 1-2 sentences) human-readable, localized description of what situation this quality represents.getLevel()Deprecated.A basic qualitative assertion of whether this "quality" represents a state that is good, bad, or unknown.getName()Deprecated.The "Name" of a quality should be a short (~5-50 char) code that identifies this quality.Deprecated.booleanDeprecated.Basically like equals, but should only compare name and level.booleanisGood()Deprecated.Quick check to see ifgetLevel() == Level.GoodtoString()Deprecated.Deprecated.
- 
Constructor Details- 
BasicQualitypublic BasicQuality()Deprecated.For serialization
- 
BasicQualityDeprecated.
- 
BasicQualityDeprecated.
- 
BasicQualityDeprecated.
 
- 
- 
Method Details- 
getNameDeprecated.Description copied from interface:QualityThe "Name" of a quality should be a short (~5-50 char) code that identifies this quality. Should NOT be localized. Treat this like an ID.
- 
getDescriptionDeprecated.Description copied from interface:QualityThis should be a short (~ 1-2 sentences) human-readable, localized description of what situation this quality represents.- Specified by:
- getDescriptionin interface- Quality
 
- 
getLevelDeprecated.Description copied from interface:QualityA basic qualitative assertion of whether this "quality" represents a state that is good, bad, or unknown.
- 
isGoodpublic boolean isGood()Deprecated.Description copied from interface:QualityQuick check to see ifgetLevel() == Level.Good
- 
toStringDeprecated.
- 
toStringDeprecated.
- 
isDeprecated.Description copied from interface:QualityBasically like equals, but should only compare name and level.
- 
getQualityCodeDeprecated.- Specified by:
- getQualityCodein interface- Quality
 
 
-