Uses of Enum Class
com.genologics.ri.processexecution.QCFlag
Packages that use QCFlag
Package
Description
Entities for process execution in the Clarity system.
-
Uses of QCFlag in com.genologics.ri.processexecution
Fields in com.genologics.ri.processexecution declared as QCFlagModifier and TypeFieldDescriptionprotected QCFlagArtifactBase.qcFlagThe quality control flag for this artifact.Methods in com.genologics.ri.processexecution that return QCFlagModifier and TypeMethodDescriptionstatic QCFlagConverts a string value to a QCFlag enum constant.ArtifactBase.getQCFlag()Gets the quality control flag for this artifact.static QCFlagReturns the enum constant of this class with the specified name.static QCFlag[]QCFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.genologics.ri.processexecution with parameters of type QCFlagModifier and TypeMethodDescriptionAdds an input with a QC flag to the input list.voidSets the quality control flag for this artifact.Constructors in com.genologics.ri.processexecution with parameters of type QCFlag