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