Package com.aspose.tasks
Class RateScaleType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.RateScaleType
-
public final class RateScaleType extends com.aspose.ms.System.Enum
Specifies the rate scale type.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Day
Indicates Day rate scale type.static int
Hour
Indicates Hour rate scale type.static int
Minute
Indicates Minute rate scale type.static int
Month
Indicates Month rate scale type.static int
Quarter
Indicates Quarter rate scale type.static int
Undefined
Indicates Undefined rate scale type.static int
Week
Indicates Week rate scale type.static int
Year
Indicates Year rate scale type.
-
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
-
Undefined
public static final int Undefined
Indicates Undefined rate scale type.
- See Also:
- Constant Field Values
-
Minute
public static final int Minute
Indicates Minute rate scale type.
- See Also:
- Constant Field Values
-
Hour
public static final int Hour
Indicates Hour rate scale type.
- See Also:
- Constant Field Values
-
Day
public static final int Day
Indicates Day rate scale type.
- See Also:
- Constant Field Values
-
Week
public static final int Week
Indicates Week rate scale type.
- See Also:
- Constant Field Values
-
Month
public static final int Month
Indicates Month rate scale type.
- See Also:
- Constant Field Values
-
Quarter
public static final int Quarter
Indicates Quarter rate scale type.
- See Also:
- Constant Field Values
-
Year
public static final int Year
Indicates Year rate scale type.
- See Also:
- Constant Field Values
-
-