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