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.EnumSpecifies the rate scale type.
-
-
Field Summary
Fields Modifier and Type Field Description static intDayIndicates Day rate scale type.static intHourIndicates Hour rate scale type.static intMinuteIndicates Minute rate scale type.static intMonthIndicates Month rate scale type.static intQuarterIndicates Quarter rate scale type.static intUndefinedIndicates Undefined rate scale type.static intWeekIndicates Week rate scale type.static intYearIndicates 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
-
-