public enum AddressNature extends java.lang.Enum<AddressNature>
AddressString| Enum Constant and Description |
|---|
abbreviated_number |
international_number |
national_significant_number |
network_specific_number |
reserved |
reserved_for_extension |
subscriber_number |
unknown |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndicator() |
static AddressNature |
getInstance(int indication) |
static AddressNature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddressNature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddressNature unknown
public static final AddressNature international_number
public static final AddressNature national_significant_number
public static final AddressNature network_specific_number
public static final AddressNature subscriber_number
public static final AddressNature reserved
public static final AddressNature abbreviated_number
public static final AddressNature reserved_for_extension
public static AddressNature[] values()
for (AddressNature c : AddressNature.values()) System.out.println(c);
public static AddressNature valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getIndicator()
public static AddressNature getInstance(int indication)
Copyright © 2011. All Rights Reserved.