public static enum CNMI.Mt extends Enum<CNMI.Mt>
Enum Constant and Description |
---|
DIRECT_NOTIFI_BESIDES_CLASS2_2 |
NITIFI_ONLY_CLASS3_3 |
NO_NITIFI_0 |
NOTIFI_1 |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
static CNMI.Mt |
valueOf(int index) |
static CNMI.Mt |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CNMI.Mt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CNMI.Mt NO_NITIFI_0
public static final CNMI.Mt NOTIFI_1
public static final CNMI.Mt DIRECT_NOTIFI_BESIDES_CLASS2_2
public static final CNMI.Mt NITIFI_ONLY_CLASS3_3
public static CNMI.Mt[] values()
for (CNMI.Mt c : CNMI.Mt.values()) System.out.println(c);
public static CNMI.Mt 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.Mt valueOf(int index)
Copyright © 2015–2016 jSMS4Pi. All rights reserved.