Package cdm.base.staticdata.party
Enum TelephoneTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<TelephoneTypeEnum>
The enumerated values to specify the type of telephone number, e.g. work vs. mobile.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA number used primarily for work-related facsimile transmissions.A number on a mobile telephone that is often or usually used for work-related calls.A number used primarily for non work-related calls.A number used primarily for work-related calls. -
Method Summary
Modifier and TypeMethodDescriptionstatic TelephoneTypeEnumfromDisplayName(String name) toString()static TelephoneTypeEnumReturns the enum constant of this type with the specified name.static TelephoneTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
WORK
A number used primarily for work-related calls. Includes home office numbers used primarily for work purposes. -
MOBILE
A number on a mobile telephone that is often or usually used for work-related calls. This type of number can be used for urgent work related business when a work number is not sufficient to contact the person or firm. -
FAX
A number used primarily for work-related facsimile transmissions. -
PERSONAL
A number used primarily for non work-related calls. (Normally this type of number would be used only as an emergency backup number, not as a regular course of business).
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<TelephoneTypeEnum>
-
toDisplayString
-