
Uses of Enum
org.hl7.fhir.r4.utils.TypesUtilities.TypeClassification
Packages that use TypesUtilities.TypeClassification
-
Uses of TypesUtilities.TypeClassification in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return TypesUtilities.TypeClassificationModifier and TypeMethodDescriptionTypesUtilities.WildcardInformation.getClassification()
Returns the enum constant of this type with the specified name.static TypesUtilities.TypeClassification[]
TypesUtilities.TypeClassification.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hl7.fhir.r4.utils with parameters of type TypesUtilities.TypeClassificationModifierConstructorDescriptionWildcardInformation
(String typeName, String comment, TypesUtilities.TypeClassification classification) WildcardInformation
(String typeName, TypesUtilities.TypeClassification classification)