Package com.aspose.tasks
Class ConfidenceLevel
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.ConfidenceLevel
-
public final class ConfidenceLevel extends com.aspose.ms.System.Enum
Specifies supported confidence levels used in risk analysis that correspond to the percentage of the time the actual values will be within optimistic and pessimistic estimates.
-
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
CL99
public static final int CL99
99 % Confidence Level.
- See Also:
- Constant Field Values
-
CL95
public static final int CL95
95 % Confidence Level.
- See Also:
- Constant Field Values
-
CL90
public static final int CL90
90 % Confidence Level.
- See Also:
- Constant Field Values
-
CL85
public static final int CL85
85 % Confidence Level.
- See Also:
- Constant Field Values
-
CL75
public static final int CL75
75 % Confidence Level.
- See Also:
- Constant Field Values
-
-