Package com.aspose.tasks
Class OutlineValueType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.OutlineValueType
-
public final class OutlineValueType extends com.aspose.ms.System.EnumSpecifies the type of an outline value.
-
-
Field Summary
Fields Modifier and Type Field Description static intCostIndicates Cost outline value type.static intDateIndicates Date outline value type.static intDurationIndicates Duration outline value type.static intFinishDateIndicates Finish Date outline value type.static intFlagIndicates Flag outline value type.static intNullIndicates Null outline value type.static intNumberIndicates Number outline value type.static intTextIndicates Text outline value 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
-
Null
public static final int Null
Indicates Null outline value type.
- See Also:
- Constant Field Values
-
Date
public static final int Date
Indicates Date outline value type.
- See Also:
- Constant Field Values
-
Duration
public static final int Duration
Indicates Duration outline value type.
- See Also:
- Constant Field Values
-
Cost
public static final int Cost
Indicates Cost outline value type.
- See Also:
- Constant Field Values
-
Number
public static final int Number
Indicates Number outline value type.
- See Also:
- Constant Field Values
-
Flag
public static final int Flag
Indicates Flag outline value type.
- See Also:
- Constant Field Values
-
Text
public static final int Text
Indicates Text outline value type.
- See Also:
- Constant Field Values
-
FinishDate
public static final int FinishDate
Indicates Finish Date outline value type.
- See Also:
- Constant Field Values
-
-