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