public enum IdentityAssuranceLevelEnum extends Enum<IdentityAssuranceLevelEnum>
| Enum Constant and Description |
|---|
LEVEL_1
Display: Level 1
Code Value: level1 Little or no confidence in the asserted identity's accuracy. |
LEVEL_2
Display: Level 2
Code Value: level2 Some confidence in the asserted identity's accuracy. |
LEVEL_3
Display: Level 3
Code Value: level3 High confidence in the asserted identity's accuracy. |
LEVEL_4
Display: Level 4
Code Value: level4 Very high confidence in the asserted identity's accuracy. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<IdentityAssuranceLevelEnum> |
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:
IdentityAssuranceLevel
|
| Modifier and Type | Method and Description |
|---|---|
static IdentityAssuranceLevelEnum |
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 IdentityAssuranceLevelEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityAssuranceLevelEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityAssuranceLevelEnum LEVEL_1
public static final IdentityAssuranceLevelEnum LEVEL_2
public static final IdentityAssuranceLevelEnum LEVEL_3
public static final IdentityAssuranceLevelEnum LEVEL_4
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<IdentityAssuranceLevelEnum> VALUESET_BINDER
public static IdentityAssuranceLevelEnum[] values()
for (IdentityAssuranceLevelEnum c : IdentityAssuranceLevelEnum.values()) System.out.println(c);
public static IdentityAssuranceLevelEnum 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 IdentityAssuranceLevelEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.