public enum LCSClientInternalID extends java.lang.Enum<LCSClientInternalID>
| Enum Constant and Description |
|---|
anonymousLocation |
broadcastService |
oandMHPLMN |
oandMVPLMN |
targetMSsubscribedService |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
static LCSClientInternalID |
getLCSClientInternalID(int type) |
static LCSClientInternalID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LCSClientInternalID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LCSClientInternalID broadcastService
public static final LCSClientInternalID oandMHPLMN
public static final LCSClientInternalID oandMVPLMN
public static final LCSClientInternalID anonymousLocation
public static final LCSClientInternalID targetMSsubscribedService
public static LCSClientInternalID[] values()
for (LCSClientInternalID c : LCSClientInternalID.values()) System.out.println(c);
public static LCSClientInternalID 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 getId()
public static LCSClientInternalID getLCSClientInternalID(int type)
Copyright © 2012. All Rights Reserved.