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