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