public enum AddressUseEnum extends Enum<AddressUseEnum>
| Enum Constant and Description |
|---|
HOME
Display: Home
Code Value: home A communication address at a home. |
OLD___INCORRECT
Display: Old / Incorrect
Code Value: old This address is no longer in use (or was never correct, but retained for records). |
TEMPORARY
Display: Temporary
Code Value: temp A temporary address. |
WORK
Display: Work
Code Value: work An office address. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<AddressUseEnum> |
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:
AddressUse
|
| Modifier and Type | Method and Description |
|---|---|
static AddressUseEnum |
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 AddressUseEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressUseEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddressUseEnum HOME
public static final AddressUseEnum WORK
public static final AddressUseEnum TEMPORARY
public static final AddressUseEnum OLD___INCORRECT
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<AddressUseEnum> VALUESET_BINDER
public static AddressUseEnum[] values()
for (AddressUseEnum c : AddressUseEnum.values()) System.out.println(c);
public static AddressUseEnum 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 AddressUseEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.