public class ResourceSecurityCategoryEnumFactory extends Object implements EnumFactory<ResourceSecurityCategory>
| Constructor and Description |
|---|
ResourceSecurityCategoryEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
ResourceSecurityCategory |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
String |
toCode(ResourceSecurityCategory code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(ResourceSecurityCategory code)
Get the system URI for an enumerated value
|
public ResourceSecurityCategoryEnumFactory()
public ResourceSecurityCategory fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<ResourceSecurityCategory>fromCode in interface EnumFactory<ResourceSecurityCategory>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic String toCode(ResourceSecurityCategory code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<ResourceSecurityCategory>toCode in interface EnumFactory<ResourceSecurityCategory>code - - the enumeration valuepublic String toSystem(ResourceSecurityCategory code)
EnumFactorytoSystem in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<ResourceSecurityCategory>toSystem in interface EnumFactory<ResourceSecurityCategory>code - - the enumeration valueCopyright © 2014–2021 Health Level 7. All rights reserved.