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