Uses of Class
org.hl7.fhir.utilities.MarkDownProcessor.Dialect
-
Packages that use MarkDownProcessor.Dialect Package Description org.hl7.fhir.utilities -
-
Uses of MarkDownProcessor.Dialect in org.hl7.fhir.utilities
Methods in org.hl7.fhir.utilities that return MarkDownProcessor.Dialect Modifier and Type Method Description static MarkDownProcessor.DialectMarkDownProcessor.Dialect. valueOf(String name)Returns the enum constant of this type with the specified name.static MarkDownProcessor.Dialect[]MarkDownProcessor.Dialect. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hl7.fhir.utilities with parameters of type MarkDownProcessor.Dialect Constructor Description MarkDownProcessor(MarkDownProcessor.Dialect dialect)
-