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