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 Summary
Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.common.model.values.Quality
Quality.Level -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.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 Summary
Modifier 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
-
BasicQuality
public BasicQuality()Deprecated.For serialization -
BasicQuality
Deprecated. -
BasicQuality
Deprecated. -
BasicQuality
Deprecated.
-
-
Method Details
-
getName
Deprecated.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. -
getDescription
Deprecated.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 interfaceQuality
-
getLevel
Deprecated.Description copied from interface:QualityA basic qualitative assertion of whether this "quality" represents a state that is good, bad, or unknown. -
isGood
public boolean isGood()Deprecated.Description copied from interface:QualityQuick check to see ifgetLevel() == Level.Good -
toString
Deprecated. -
toString
Deprecated. -
is
Deprecated.Description copied from interface:QualityBasically like equals, but should only compare name and level. -
getQualityCode
Deprecated.- Specified by:
getQualityCodein interfaceQuality
-