Uses of Class
org.hl7.fhir.r4.conformance.ShExGenerator.HTMLLinkPolicy
-
Packages that use ShExGenerator.HTMLLinkPolicy Package Description org.hl7.fhir.r4.conformance -
-
Uses of ShExGenerator.HTMLLinkPolicy in org.hl7.fhir.r4.conformance
Methods in org.hl7.fhir.r4.conformance that return ShExGenerator.HTMLLinkPolicy Modifier and Type Method Description static ShExGenerator.HTMLLinkPolicyShExGenerator.HTMLLinkPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ShExGenerator.HTMLLinkPolicy[]ShExGenerator.HTMLLinkPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.conformance with parameters of type ShExGenerator.HTMLLinkPolicy Modifier and Type Method Description StringShExGenerator. generate(ShExGenerator.HTMLLinkPolicy links, List<StructureDefinition> structures)this is called externally to generate a set of structures to a single ShEx file generally, it will be called with a single structure, or a long list of structures (all of them)StringShExGenerator. generate(ShExGenerator.HTMLLinkPolicy links, StructureDefinition structure)
-