public static enum CNMI.Bm extends Enum<CNMI.Bm>
Enum Constant and Description |
---|
CBM_NOTIFI_1 |
DIRECT_NOTIFI_CLASS3_3 |
DIRECT_NOTIFI_CMB_2 |
NO_CBM_NOTIFI_0 |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
static CNMI.Bm |
valueOf(int index) |
static CNMI.Bm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CNMI.Bm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CNMI.Bm NO_CBM_NOTIFI_0
public static final CNMI.Bm CBM_NOTIFI_1
public static final CNMI.Bm DIRECT_NOTIFI_CMB_2
public static final CNMI.Bm DIRECT_NOTIFI_CLASS3_3
public static CNMI.Bm[] values()
for (CNMI.Bm c : CNMI.Bm.values()) System.out.println(c);
public static CNMI.Bm valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getIndex()
public static CNMI.Bm valueOf(int index)
Copyright © 2015–2016 jSMS4Pi. All rights reserved.