Package com.aspose.tasks
Class RateType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.RateType
-
public final class RateType extends com.aspose.ms.System.Enum
Specifies the unique identifiers of a rate table.
-
-
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 type.
- See Also:
- Constant Field Values
-
A
public static final int A
Indicates A rate type.
- See Also:
- Constant Field Values
-
B
public static final int B
Indicates B rate type.
- See Also:
- Constant Field Values
-
C
public static final int C
Indicates C rate type.
- See Also:
- Constant Field Values
-
D
public static final int D
Indicates D rate type.
- See Also:
- Constant Field Values
-
E
public static final int E
Indicates E rate type.
- See Also:
- Constant Field Values
-
-