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