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