Package com.aspose.tasks
Class RateFormatType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.RateFormatType
-
public final class RateFormatType extends com.aspose.ms.System.Enum
Specifies the units used by Microsoft Project to display a rate. While exporting into XML the Undefined values will be eliminated from resulting XML.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Day
Day ("day")static int
Hour
Hour ("hr")static int
MaterialResourceRate
Material resource rate (empty)static int
Minute
Minute ("min")static int
Month
Month ("mo")static int
Undefined
The value was not defined in original project file.static int
Week
Week ("wk")static int
Year
Year ("yr")
-
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
The value was not defined in original project file.
- See Also:
- Constant Field Values
-
Minute
public static final int Minute
Minute ("min")
- See Also:
- Constant Field Values
-
Hour
public static final int Hour
Hour ("hr")
- See Also:
- Constant Field Values
-
Day
public static final int Day
Day ("day")
- See Also:
- Constant Field Values
-
Week
public static final int Week
Week ("wk")
- See Also:
- Constant Field Values
-
Month
public static final int Month
Month ("mo")
- See Also:
- Constant Field Values
-
Year
public static final int Year
Year ("yr")
- See Also:
- Constant Field Values
-
MaterialResourceRate
public static final int MaterialResourceRate
Material resource rate (empty)
- See Also:
- Constant Field Values
-
-