public class QualityInformation extends Object
Modifier and Type | Field and Description |
---|---|
static QualityInformation |
INVALID |
static QualityInformation |
OK |
Constructor and Description |
---|
QualityInformation(boolean blocked,
boolean substituted,
boolean topical,
boolean valid) |
Modifier and Type | Method and Description |
---|---|
byte |
apply(byte siq) |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isBlocked() |
boolean |
isSubstituted() |
boolean |
isTopical() |
boolean |
isValid() |
static QualityInformation |
parse(byte siq) |
String |
toString() |
public static final QualityInformation OK
public static final QualityInformation INVALID
public QualityInformation(boolean blocked, boolean substituted, boolean topical, boolean valid)
public boolean isBlocked()
public boolean isSubstituted()
public boolean isTopical()
public boolean isValid()
public byte apply(byte siq)
public static QualityInformation parse(byte siq)