public enum LCSClientType extends java.lang.Enum<LCSClientType>
| Enum Constant and Description |
|---|
emergencyServices |
lawfulInterceptServices |
plmnOperatorServices |
valueAddedServices |
| Modifier and Type | Method and Description |
|---|---|
static LCSClientType |
getLCSClientType(int type) |
int |
getType() |
static LCSClientType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LCSClientType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LCSClientType emergencyServices
public static final LCSClientType valueAddedServices
public static final LCSClientType plmnOperatorServices
public static final LCSClientType lawfulInterceptServices
public static LCSClientType[] values()
for (LCSClientType c : LCSClientType.values()) System.out.println(c);
public static LCSClientType 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 int getType()
public static LCSClientType getLCSClientType(int type)
Copyright © 2011. All Rights Reserved.