Package org.hl7.fhir.r5.conformance
Class ProfileUtilities.ElementChoiceGroup
- java.lang.Object
-
- org.hl7.fhir.r5.conformance.ProfileUtilities.ElementChoiceGroup
-
- Enclosing class:
- ProfileUtilities
public static class ProfileUtilities.ElementChoiceGroup extends Object
-
-
Constructor Summary
Constructors Constructor Description ElementChoiceGroup(String name, boolean mandatory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getElements()StringgetName()org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.RowgetRow()voidsetRow(org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.Row row)
-
-
-
Constructor Detail
-
ElementChoiceGroup
public ElementChoiceGroup(String name, boolean mandatory)
-
-