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