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