public enum PhoneNumberKeyType extends Enum<PhoneNumberKeyType>
Java class for PhoneNumberKeyType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PhoneNumberKeyType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="AssistantPhone"/>
<enumeration value="BusinessFax"/>
<enumeration value="BusinessPhone"/>
<enumeration value="BusinessPhone2"/>
<enumeration value="Callback"/>
<enumeration value="CarPhone"/>
<enumeration value="CompanyMainPhone"/>
<enumeration value="HomeFax"/>
<enumeration value="HomePhone"/>
<enumeration value="HomePhone2"/>
<enumeration value="Isdn"/>
<enumeration value="MobilePhone"/>
<enumeration value="OtherFax"/>
<enumeration value="OtherTelephone"/>
<enumeration value="Pager"/>
<enumeration value="PrimaryPhone"/>
<enumeration value="RadioPhone"/>
<enumeration value="Telex"/>
<enumeration value="TtyTddPhone"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ASSISTANT_PHONE |
BUSINESS_FAX |
BUSINESS_PHONE |
BUSINESS_PHONE_2 |
CALLBACK |
CAR_PHONE |
COMPANY_MAIN_PHONE |
HOME_FAX |
HOME_PHONE |
HOME_PHONE_2 |
ISDN |
MOBILE_PHONE |
OTHER_FAX |
OTHER_TELEPHONE |
PAGER |
PRIMARY_PHONE |
RADIO_PHONE |
TELEX |
TTY_TDD_PHONE |
| Modifier and Type | Method and Description |
|---|---|
static PhoneNumberKeyType |
fromValue(String v) |
String |
value() |
static PhoneNumberKeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhoneNumberKeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhoneNumberKeyType ASSISTANT_PHONE
public static final PhoneNumberKeyType BUSINESS_FAX
public static final PhoneNumberKeyType BUSINESS_PHONE
public static final PhoneNumberKeyType BUSINESS_PHONE_2
public static final PhoneNumberKeyType CALLBACK
public static final PhoneNumberKeyType CAR_PHONE
public static final PhoneNumberKeyType COMPANY_MAIN_PHONE
public static final PhoneNumberKeyType HOME_FAX
public static final PhoneNumberKeyType HOME_PHONE
public static final PhoneNumberKeyType HOME_PHONE_2
public static final PhoneNumberKeyType ISDN
public static final PhoneNumberKeyType MOBILE_PHONE
public static final PhoneNumberKeyType OTHER_FAX
public static final PhoneNumberKeyType OTHER_TELEPHONE
public static final PhoneNumberKeyType PAGER
public static final PhoneNumberKeyType PRIMARY_PHONE
public static final PhoneNumberKeyType RADIO_PHONE
public static final PhoneNumberKeyType TELEX
public static final PhoneNumberKeyType TTY_TDD_PHONE
public static PhoneNumberKeyType[] values()
for (PhoneNumberKeyType c : PhoneNumberKeyType.values()) System.out.println(c);
public static PhoneNumberKeyType 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 String value()
public static PhoneNumberKeyType fromValue(String v)
Copyright © 2015 Jasig. All Rights Reserved.