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