public enum LCSEvent extends java.lang.Enum<LCSEvent>
| Enum Constant and Description |
|---|
deferredmtlrResponse |
emergencyCallOrigination |
emergencyCallRelease |
molr |
| Modifier and Type | Method and Description |
|---|---|
int |
getEvent() |
static LCSEvent |
getLCSEvent(int event) |
static LCSEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LCSEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LCSEvent emergencyCallOrigination
public static final LCSEvent emergencyCallRelease
public static final LCSEvent molr
public static final LCSEvent deferredmtlrResponse
public static LCSEvent[] values()
for (LCSEvent c : LCSEvent.values()) System.out.println(c);
public static LCSEvent 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 getEvent()
public static LCSEvent getLCSEvent(int event)
Copyright © 2012. All Rights Reserved.