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