public enum UserChannelCodeType extends java.lang.Enum<UserChannelCodeType>
Java class for UserChannelCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="UserChannelCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="WEB"/> <enumeration value="MOBILE"/> <enumeration value="POS"/> <enumeration value="KIOSK"/> <enumeration value="IHSTB"/> <enumeration value="IVR"/> <enumeration value="ADMIN"/> <enumeration value="CSOPS"/> </restriction> </simpleType>
Enum Constant and Description |
---|
ADMIN |
CSOPS |
IHSTB |
IVR |
KIOSK |
MOBILE |
POS |
WEB |
Modifier and Type | Method and Description |
---|---|
static UserChannelCodeType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static UserChannelCodeType |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static UserChannelCodeType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.