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.boolean
Deprecated.Basically like equals, but should only compare name and level.boolean
isGood()
Deprecated.Quick check to see ifgetLevel() == Level.Good
toString()
Deprecated.Deprecated.
-
Constructor Details
-
BasicQuality
public BasicQuality()Deprecated.For serialization -
BasicQuality
Deprecated. -
BasicQuality
Deprecated. -
BasicQuality
Deprecated.
-
-
Method Details
-
getName
Deprecated.Description copied from interface:Quality
The "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:Quality
This should be a short (~ 1-2 sentences) human-readable, localized description of what situation this quality represents.- Specified by:
getDescription
in interfaceQuality
-
getLevel
Deprecated.Description copied from interface:Quality
A 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:Quality
Quick check to see ifgetLevel() == Level.Good
-
toString
Deprecated. -
toString
Deprecated. -
is
Deprecated.Description copied from interface:Quality
Basically like equals, but should only compare name and level. -
getQualityCode
Deprecated.- Specified by:
getQualityCode
in interfaceQuality
-