Uses of Class
com.ibm.fhir.model.type.code.GuidePageGeneration.ValueSet
-
Packages that use GuidePageGeneration.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of GuidePageGeneration.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return GuidePageGeneration.ValueSet Modifier and Type Method Description static GuidePageGeneration.ValueSetGuidePageGeneration.ValueSet. from(String value)Factory method for creating GuidePageGeneration.ValueSet values from a passed string value.GuidePageGeneration.ValueSetGuidePageGeneration. getValueAsEnumConstant()static GuidePageGeneration.ValueSetGuidePageGeneration.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static GuidePageGeneration.ValueSet[]GuidePageGeneration.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type GuidePageGeneration.ValueSet Modifier and Type Method Description static GuidePageGenerationGuidePageGeneration. of(GuidePageGeneration.ValueSet value)Factory method for creating GuidePageGeneration objects from a passed enum value.GuidePageGeneration.BuilderGuidePageGeneration.Builder. value(GuidePageGeneration.ValueSet value)
-