public static enum QRCodeKinit.QRContentState extends java.lang.Enum<QRCodeKinit.QRContentState>
Enum Constant and Description |
---|
activated
Активация не требуется
|
notActivated
Требуется ввод ода активации
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getData() |
ru.stcrypt.ckey.sdk.v1.User.KInit |
getInit() |
java.lang.String |
toString() |
static QRCodeKinit.QRContentState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QRCodeKinit.QRContentState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QRCodeKinit.QRContentState activated
public static final QRCodeKinit.QRContentState notActivated
public static QRCodeKinit.QRContentState[] values()
for (QRCodeKinit.QRContentState c : QRCodeKinit.QRContentState.values()) System.out.println(c);
public static QRCodeKinit.QRContentState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic ru.stcrypt.ckey.sdk.v1.User.KInit getInit()
public byte[] getData()
public java.lang.String toString()
toString
in class java.lang.Enum<QRCodeKinit.QRContentState>