| Package | Description |
|---|---|
| org.echocat.jomon.runtime.util |
| Modifier and Type | Method and Description |
|---|---|
TypeEnabledPhoneNumber.Type |
TypeEnabledPhoneNumber.getType() |
static TypeEnabledPhoneNumber.Type |
TypeEnabledPhoneNumber.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeEnabledPhoneNumber.Type[] |
TypeEnabledPhoneNumber.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeEnabledPhoneNumber |
TypeEnabledPhoneNumber.phoneNumber(TypeEnabledPhoneNumber.Type type,
PhoneNumber value) |
static TypeEnabledPhoneNumber |
TypeEnabledPhoneNumber.phoneNumber(TypeEnabledPhoneNumber.Type type,
java.lang.String value) |
static TypeEnabledPhoneNumber |
TypeEnabledPhoneNumber.phoneNumber(TypeEnabledPhoneNumber.Type type,
java.lang.String value,
java.lang.String region) |
| Constructor and Description |
|---|
TypeEnabledPhoneNumber(TypeEnabledPhoneNumber.Type type,
PhoneNumber value) |
TypeEnabledPhoneNumber(TypeEnabledPhoneNumber.Type type,
java.lang.String value) |
TypeEnabledPhoneNumber(TypeEnabledPhoneNumber.Type type,
java.lang.String value,
java.lang.String region) |
Copyright © 2013 echocat. All Rights Reserved.