public static enum ZrtpCodes.InfoEnrollment extends Enum<ZrtpCodes.InfoEnrollment>
| Enum Constant and Description |
|---|
EnrollmentCanceled |
EnrollmentFailed |
EnrollmentOk |
EnrollmentRequest |
| Modifier and Type | Method and Description |
|---|---|
static ZrtpCodes.InfoEnrollment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZrtpCodes.InfoEnrollment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZrtpCodes.InfoEnrollment EnrollmentRequest
public static final ZrtpCodes.InfoEnrollment EnrollmentCanceled
public static final ZrtpCodes.InfoEnrollment EnrollmentFailed
public static final ZrtpCodes.InfoEnrollment EnrollmentOk
public static ZrtpCodes.InfoEnrollment[] values()
for (ZrtpCodes.InfoEnrollment c : ZrtpCodes.InfoEnrollment.values()) System.out.println(c);
public static ZrtpCodes.InfoEnrollment valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.