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