public static enum SipClient.Protocol extends Enum<SipClient.Protocol>
| Modifier and Type | Method and Description |
|---|---|
static SipClient.Protocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SipClient.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SipClient.Protocol TCP
public static final SipClient.Protocol UDP
public static SipClient.Protocol[] values()
for (SipClient.Protocol c : SipClient.Protocol.values()) System.out.println(c);
public static SipClient.Protocol 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 © 2014. All Rights Reserved.