public enum ContactPointSystemEnum extends Enum<ContactPointSystemEnum>
| Enum Constant and Description |
|---|
EMAIL
Display: Email
Code Value: email The value is an email address. |
FAX
Display: Fax
Code Value: fax The value is a fax machine. |
PAGER
Display: Pager
Code Value: pager The value is a pager number. |
PHONE
Display: Phone
Code Value: phone The value is a telephone number used for voice calls. |
URL
Display: URL
Code Value: other A contact that is not a phone, fax, or email address. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ContactPointSystemEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
ContactPointSystem
|
| Modifier and Type | Method and Description |
|---|---|
static ContactPointSystemEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static ContactPointSystemEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactPointSystemEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContactPointSystemEnum PHONE
public static final ContactPointSystemEnum FAX
public static final ContactPointSystemEnum EMAIL
public static final ContactPointSystemEnum PAGER
public static final ContactPointSystemEnum URL
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ContactPointSystemEnum> VALUESET_BINDER
public static ContactPointSystemEnum[] values()
for (ContactPointSystemEnum c : ContactPointSystemEnum.values()) System.out.println(c);
public static ContactPointSystemEnum 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 static ContactPointSystemEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.