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