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