public class LocalGwInsertedIndication extends java.lang.Object implements java.io.Serializable, Enumerated
Modifier and Type | Field and Description |
---|---|
static int |
_LOCAL_GW_INSERTED |
static int |
_LOCAL_GW_NOT_INSERTED |
static LocalGwInsertedIndication |
LOCAL_GW_INSERTED |
static LocalGwInsertedIndication |
LOCAL_GW_NOT_INSERTED |
Modifier and Type | Method and Description |
---|---|
static LocalGwInsertedIndication |
fromInt(int type) |
int |
getValue()
Return the value of this instance of this enumerated type.
|
java.lang.String |
toString() |
public static final int _LOCAL_GW_NOT_INSERTED
public static final int _LOCAL_GW_INSERTED
public static final LocalGwInsertedIndication LOCAL_GW_NOT_INSERTED
public static final LocalGwInsertedIndication LOCAL_GW_INSERTED
public static LocalGwInsertedIndication fromInt(int type)
public int getValue()
Enumerated
getValue
in interface Enumerated
public java.lang.String toString()
toString
in class java.lang.Object