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