Uses of Enum Class
com.genologics.ri.artifact.QCFlag
Packages that use QCFlag
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
-
Uses of QCFlag in com.genologics.ri.artifact
Fields in com.genologics.ri.artifact declared as QCFlagModifier and TypeFieldDescriptionprotected QCFlagArtifact.qcFlagThe quality control flag for this artifact.Methods in com.genologics.ri.artifact that return QCFlagModifier and TypeMethodDescriptionstatic QCFlagGets the QCFlag from a string value.Artifact.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.artifact with parameters of type QCFlag