public static enum SkypeActivityHelper.SkypeUdpType extends Enum<SkypeActivityHelper.SkypeUdpType>
Enum Constant and Description |
---|
AUDIO |
CONFIRM |
ERROR |
FRAGMENT |
PAYLOAD |
RESEND |
Modifier and Type | Method and Description |
---|---|
int |
getVal() |
static SkypeActivityHelper.SkypeUdpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkypeActivityHelper.SkypeUdpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SkypeActivityHelper.SkypeUdpType PAYLOAD
public static final SkypeActivityHelper.SkypeUdpType RESEND
public static final SkypeActivityHelper.SkypeUdpType CONFIRM
public static final SkypeActivityHelper.SkypeUdpType ERROR
public static final SkypeActivityHelper.SkypeUdpType AUDIO
public static final SkypeActivityHelper.SkypeUdpType FRAGMENT
public static SkypeActivityHelper.SkypeUdpType[] values()
for (SkypeActivityHelper.SkypeUdpType c : SkypeActivityHelper.SkypeUdpType.values()) System.out.println(c);
public static SkypeActivityHelper.SkypeUdpType 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 nullpublic int getVal()
Copyright © 2013–2015 Institute of networks and security. All rights reserved.