Class CLSProgressReportingCapabilityKind


  • public final class CLSProgressReportingCapabilityKind
    extends java.lang.Object
    [@enum] CLSProgressReportingCapabilityKind [@constant] CLSProgressReportingCapabilityKindDuration Reports time spent. By default all CLSContexts have this capability. See CLSActivity for more information. [@constant] CLSProgressReportingCapabilityKindPercent Reports progress percentage. See CLSActivity for more information. [@constant] CLSProgressReportingCapabilityKindBinary Reports a binary value like true/false, pass/fail, yes/no or correct/incorrect. See CLSBinaryItem for more information. [@constant] CLSProgressReportingCapabilityKindQuantity Reports a discrete value. See CLSQuantityItem for more information. [@constant] CLSProgressReportingCapabilityKindScore Reports a score. See CLSScoreItem for more information.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait