Uses of Interface
org.hl7.fhir.r4.model.EnumFactory
-
Packages that use EnumFactory Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.model.codesystems -
-
Uses of EnumFactory in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats with parameters of type EnumFactory Modifier and Type Method Description protected <E extends Enum<E>>
voidXmlParser. composeEnumeration(String name, Enumeration<E> value, EnumFactory e)protected <E extends Enum<E>>
voidJsonParser. composeEnumerationCore(String name, Enumeration<E> value, EnumFactory e, boolean inArray)protected <E extends Enum<E>>
voidJsonParser. composeEnumerationExtras(String name, Enumeration<E> value, EnumFactory e, boolean inArray)protected <E extends Enum<E>>
Enumeration<E>JsonParser. parseEnumeration(String s, E item, EnumFactory e)protected <E extends Enum<E>>
Enumeration<E>XmlParser. parseEnumeration(org.xmlpull.v1.XmlPullParser xpp, E item, EnumFactory e) -
Uses of EnumFactory in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return EnumFactory Modifier and Type Method Description EnumFactory<T>Enumeration. getEnumFactory()Provides the enum factory which binds this enumeration to a specific ValueSetConstructors in org.hl7.fhir.r4.model with parameters of type EnumFactory Constructor Description Enumeration(EnumFactory<T> theEnumFactory)ConstructorEnumeration(EnumFactory<T> theEnumFactory, String theValue)ConstructorEnumeration(EnumFactory<T> theEnumFactory, T theValue)Constructor -
Uses of EnumFactory in org.hl7.fhir.r4.model.codesystems
-