protected static enum ZrtpStateClass.EventDataType extends Enum<ZrtpStateClass.EventDataType>
| Enum Constant and Description |
|---|
ErrorPkt |
Timer |
ZrtpClose |
ZrtpInitial |
ZrtpPacket |
| Modifier and Type | Method and Description |
|---|---|
static ZrtpStateClass.EventDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZrtpStateClass.EventDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZrtpStateClass.EventDataType ZrtpInitial
public static final ZrtpStateClass.EventDataType ZrtpClose
public static final ZrtpStateClass.EventDataType ZrtpPacket
public static final ZrtpStateClass.EventDataType Timer
public static final ZrtpStateClass.EventDataType ErrorPkt
public static ZrtpStateClass.EventDataType[] values()
for (ZrtpStateClass.EventDataType c : ZrtpStateClass.EventDataType.values()) System.out.println(c);
public static ZrtpStateClass.EventDataType 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.