Uses of Class
com.ibm.fhir.model.type.code.GuideParameterCode.ValueSet
-
Packages that use GuideParameterCode.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of GuideParameterCode.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return GuideParameterCode.ValueSet Modifier and Type Method Description static GuideParameterCode.ValueSetGuideParameterCode.ValueSet. from(String value)Factory method for creating GuideParameterCode.ValueSet values from a passed string value.GuideParameterCode.ValueSetGuideParameterCode. getValueAsEnumConstant()static GuideParameterCode.ValueSetGuideParameterCode.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static GuideParameterCode.ValueSet[]GuideParameterCode.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 GuideParameterCode.ValueSet Modifier and Type Method Description static GuideParameterCodeGuideParameterCode. of(GuideParameterCode.ValueSet value)Factory method for creating GuideParameterCode objects from a passed enum value.GuideParameterCode.BuilderGuideParameterCode.Builder. value(GuideParameterCode.ValueSet value)
-