urn.ebay.apis.eBLBaseComponents
Enum UserChannelCodeType

java.lang.Object
  extended by java.lang.Enum<UserChannelCodeType>
      extended by urn.ebay.apis.eBLBaseComponents.UserChannelCodeType
All Implemented Interfaces:
Serializable, Comparable<UserChannelCodeType>

public enum UserChannelCodeType
extends Enum<UserChannelCodeType>

It defines the enumerated types of the user channels defined in biz/User/value_object/Channel.oml


Enum Constant Summary
ADMIN
           
CSOPS
           
IHSTB
           
IVR
           
KIOSK
           
MOBILE
           
POS
           
WEB
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

WEB

public static final UserChannelCodeType WEB

MOBILE

public static final UserChannelCodeType MOBILE

POS

public static final UserChannelCodeType POS

KIOSK

public static final UserChannelCodeType KIOSK

IHSTB

public static final UserChannelCodeType IHSTB

IVR

public static final UserChannelCodeType IVR

ADMIN

public static final UserChannelCodeType ADMIN

CSOPS

public static final UserChannelCodeType CSOPS
Method Detail

values

public static UserChannelCodeType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (UserChannelCodeType c : UserChannelCodeType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static UserChannelCodeType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getValue

public String getValue()

fromValue

public static UserChannelCodeType fromValue(String v)


Copyright © 2014. All Rights Reserved.