Uses of Enum Class
org.episteme.natural.medicine.pharmacology.DrugInteractionChecker.InteractionMechanism
Packages that use DrugInteractionChecker.InteractionMechanism
-
Uses of DrugInteractionChecker.InteractionMechanism in org.episteme.natural.medicine.pharmacology
Subclasses with type arguments of type DrugInteractionChecker.InteractionMechanism in org.episteme.natural.medicine.pharmacologyMethods in org.episteme.natural.medicine.pharmacology that return DrugInteractionChecker.InteractionMechanismModifier and TypeMethodDescriptionDrugInteractionChecker.DrugInteraction.mechanism()Returns the value of themechanismrecord component.Returns the enum constant of this class with the specified name.DrugInteractionChecker.InteractionMechanism.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.natural.medicine.pharmacology with parameters of type DrugInteractionChecker.InteractionMechanismModifierConstructorDescriptionDrugInteraction(DrugInteractionChecker.Drug drug1, DrugInteractionChecker.Drug drug2, DrugInteractionChecker.InteractionSeverity severity, DrugInteractionChecker.InteractionMechanism mechanism, String description, String recommendation) Creates an instance of aDrugInteractionrecord class.