public enum SmscMessageEncoding extends Enum<SmscMessageEncoding>
| Modifier and Type | Field and Description |
|---|---|
static SmscMessageEncoding |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static SmscMessageEncoding |
fromString(String param)
Converting String to MessageEncoding
|
static boolean |
isValid(String encodingStr) |
static SmscMessageEncoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmscMessageEncoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmscMessageEncoding GSM7
public static final SmscMessageEncoding UCS2
public static final SmscMessageEncoding DEFAULT
public static SmscMessageEncoding[] values()
for (SmscMessageEncoding c : SmscMessageEncoding.values()) System.out.println(c);
public static SmscMessageEncoding 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 static final SmscMessageEncoding fromString(String param)
param - String parameterpublic static final boolean isValid(String encodingStr)
Copyright © 2016. All Rights Reserved.