public enum NPI extends Enum<NPI>
| Enum Constant and Description |
|---|
DATA |
ERMES |
INTERNET_IP |
ISDN |
LAND_MOBILE |
NATIONAL |
PRIVATE |
TELEX |
UNKNOWN |
WAP_CLIENT_ID |
| Modifier and Type | Method and Description |
|---|---|
static NPI |
fromInt(int npi) |
static NPI |
fromString(String npi) |
int |
getCode() |
static NPI |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NPI[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NPI UNKNOWN
public static final NPI ISDN
public static final NPI DATA
public static final NPI TELEX
public static final NPI LAND_MOBILE
public static final NPI NATIONAL
public static final NPI PRIVATE
public static final NPI ERMES
public static final NPI INTERNET_IP
public static final NPI WAP_CLIENT_ID
public static NPI[] values()
for (NPI c : NPI.values()) System.out.println(c);
public static NPI 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 final NPI fromInt(int npi)
Copyright © 2016. All Rights Reserved.