public static enum CREG.Registration extends Enum<CREG.Registration>
Enum Constant and Description |
---|
DISABLE |
ENABLE |
ENABLE_EXTEND |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static CREG.Registration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CREG.Registration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CREG.Registration DISABLE
public static final CREG.Registration ENABLE
public static final CREG.Registration ENABLE_EXTEND
public static CREG.Registration[] values()
for (CREG.Registration c : CREG.Registration.values()) System.out.println(c);
public static CREG.Registration 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.