public class IdentityAssuranceLevelEnumFactory extends Object implements EnumFactory<IdentityAssuranceLevel>
| Constructor and Description |
|---|
IdentityAssuranceLevelEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
IdentityAssuranceLevel |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
String |
toCode(IdentityAssuranceLevel code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(IdentityAssuranceLevel code)
Get the XML/JSON representation for an enumerated value
|
public IdentityAssuranceLevelEnumFactory()
public IdentityAssuranceLevel fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<IdentityAssuranceLevel>fromCode in interface IBaseEnumFactory<IdentityAssuranceLevel>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic String toCode(IdentityAssuranceLevel code)
EnumFactorytoCode in interface EnumFactory<IdentityAssuranceLevel>toCode in interface IBaseEnumFactory<IdentityAssuranceLevel>code - - the enumeration valuepublic String toSystem(IdentityAssuranceLevel code)
EnumFactorytoSystem in interface EnumFactory<IdentityAssuranceLevel>code - - the enumeration valueCopyright © 2014–2017 University Health Network. All rights reserved.