@Deprecated public interface Quality extends Localized, java.io.Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
Quality.Level
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LocalizedString |
getDescription()
Deprecated.
This should be a short (~ 1-2 sentences) human-readable, localized description of what situation this quality
represents.
|
default Quality.Level |
getLevel()
Deprecated.
A basic qualitative assertion of whether this "quality" represents a state that is good, bad, or unknown.
|
java.lang.String |
getName()
Deprecated.
The "Name" of a quality should be a short (~5-50 char) code that identifies this quality.
|
default QualityCode |
getQualityCode()
Deprecated.
|
default boolean |
is(Quality other)
Deprecated.
Basically like equals, but should only compare name and level.
|
default boolean |
isGood()
Deprecated.
Quick check to see if
getLevel() == Level.Good |
java.lang.String getName()
LocalizedString getDescription()
default Quality.Level getLevel()
default boolean isGood()
getLevel() == Level.Good
default boolean is(Quality other)
default QualityCode getQualityCode()