public enum UserChannelCodeType extends Enum<UserChannelCodeType>
| Enum Constant and Description |
|---|
ADMIN |
CSOPS |
IHSTB |
IVR |
KIOSK |
MOBILE |
POS |
WEB |
| Modifier and Type | Method and Description |
|---|---|
static UserChannelCodeType |
fromValue(String v) |
String |
getValue() |
static UserChannelCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserChannelCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserChannelCodeType WEB
public static final UserChannelCodeType MOBILE
public static final UserChannelCodeType POS
public static final UserChannelCodeType KIOSK
public static final UserChannelCodeType IHSTB
public static final UserChannelCodeType IVR
public static final UserChannelCodeType ADMIN
public static final UserChannelCodeType CSOPS
public static UserChannelCodeType[] values()
for (UserChannelCodeType c : UserChannelCodeType.values()) System.out.println(c);
public static UserChannelCodeType 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 String getValue()
public static UserChannelCodeType fromValue(String v)
Copyright © 2015. All Rights Reserved.