Package org.hl7.fhir.r4.profilemodel
Class PEDefinitionSubExtension
java.lang.Object
org.hl7.fhir.r4.profilemodel.PEDefinition
org.hl7.fhir.r4.profilemodel.PEDefinitionSubExtension
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r4.profilemodel.PEDefinition
PEDefinition.PEDefinitionElementMode
-
Field Summary
Fields inherited from class org.hl7.fhir.r4.profilemodel.PEDefinition
builder, children, definition, name, path, profile, types
-
Constructor Summary
ConstructorDescriptionPEDefinitionSubExtension
(PEBuilder builder, StructureDefinition profile, ElementDefinition definition, String ppath) -
Method Summary
Modifier and TypeMethodDescriptiondirectChildren
(boolean allFixed) fhirpath()
This is public to support unit testing - there's no reason to use it otherwiseboolean
void
protected void
makeChildren
(String typeUrl, List<PEDefinition> children, boolean allFixed) mode()
Methods inherited from class org.hl7.fhir.r4.profilemodel.PEDefinition
baseDefinition, children, children, children, children, definition, documentation, fixedValue, getProfile, getSlices, isBaseList, isBasePrimitive, isInFixedValue, isKeyElement, isList, isMustHaveValue, isPrimitive, isProfiled, isRecursing, isSlicer, max, min, name, path, repeats, schemaName, schemaNameWithType, setInFixedValue, setMustHaveValue, setRecursing, setSlicer, setSlices, shortDocumentation, toString, types
-
Constructor Details
-
PEDefinitionSubExtension
public PEDefinitionSubExtension(PEBuilder builder, StructureDefinition profile, ElementDefinition definition, String ppath)
-
-
Method Details
-
listTypes
- Specified by:
listTypes
in classPEDefinition
-
directChildren
- Overrides:
directChildren
in classPEDefinition
-
makeChildren
- Specified by:
makeChildren
in classPEDefinition
-
fhirpath
Description copied from class:PEDefinition
This is public to support unit testing - there's no reason to use it otherwise- Specified by:
fhirpath
in classPEDefinition
- Returns:
- used in the instance processor to differentiate slices
-
mode
- Overrides:
mode
in classPEDefinition
-
isExtension
- Overrides:
isExtension
in classPEDefinition
-