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