public static enum AsteriskSipUser.Type extends Enum<AsteriskSipUser.Type>
Modifier and Type | Method and Description |
---|---|
static AsteriskSipUser.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsteriskSipUser.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsteriskSipUser.Type friend
public static final AsteriskSipUser.Type user
public static final AsteriskSipUser.Type peer
public static AsteriskSipUser.Type[] values()
for (AsteriskSipUser.Type c : AsteriskSipUser.Type.values()) System.out.println(c);
public static AsteriskSipUser.Type 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 © 2012–2016 Apache Software Foundation. All rights reserved.