Package com.scytales.mvalid.sdk.session
Enum SessionData.Status
-
- All Implemented Interfaces:
public enum SessionData.StatusThe enum Status.
-
-
Field Summary
Fields Modifier and Type Field Description public final intvalue
-
Enum Constant Summary
Enum Constants Enum Constant Description SESSION_ENCRYPTION_ERRORSession encryption error status.
CBOR_DECODING_ERRORCbor decoding error status.
SESSION_TERMINATIONSession termination status.
-
Method Summary
Modifier and Type Method Description StringtoString()static Array<SessionData.Status>values()Returns an array containing the constants of this enum type, in the order they're declared. static SessionData.StatusvalueOf(String name)Returns the enum constant of this type with the specified name. intgetValue()Gets value. -
-
Method Detail
-
values
static Array<SessionData.Status> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
-
valueOf
static SessionData.Status valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
getValue
int getValue()
Gets value.
-
-
-
-