public final class EdbCensor extends Object implements EdbCensorSpi
| Modifier and Type | Field and Description |
|---|---|
static EdbCensor |
CONFIRMED |
static EdbCensor |
REJECTED |
static EdbCensor |
UNCONFIRMED |
| Modifier and Type | Method and Description |
|---|---|
EdbCensor |
censor()
承認状態を得る.
|
static EdbCensor |
get(int censor)
整数値に対応する承認状態を得る.
|
Color |
getColor()
承認状態の色を得る.
|
MLText |
getMLName()
承認状態(MLText)を得る.
|
int |
getValue()
承認状態(整数値)を得る.
|
boolean |
match(EdbCensorSpi c)
承認状態の一致を得る.
|
boolean |
match(int c)
承認状態の一致を得る.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisConfirmed, isRejected, isUnconfirmedpublic static final EdbCensor REJECTED
public static final EdbCensor CONFIRMED
public static final EdbCensor UNCONFIRMED
public int getValue()
public MLText getMLName()
public Color getColor()
public boolean match(int c)
c - 承認状態(整数値)public boolean match(EdbCensorSpi c)
c - 承認状態Spipublic static EdbCensor get(int censor)
censor - 承認状態に対する整数値.public final EdbCensor censor()
censor in interface EdbCensorSpiEDB Working Group at Mon Dec 15 16:45:05 JST 2025