Package com.aspose.tasks
Class DataCategory
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.DataCategory
-
public final class DataCategory extends com.aspose.ms.System.Enum
The category of data used when saving to CSV.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Assignments
Assignments information.static int
Resources
Resources information.static int
Tasks
Tasks information.
-
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
-
Tasks
public static final int Tasks
Tasks information.
- See Also:
- Constant Field Values
-
Resources
public static final int Resources
Resources information.
- See Also:
- Constant Field Values
-
Assignments
public static final int Assignments
Assignments information.
- See Also:
- Constant Field Values
-
-