Package com.aspose.tasks
Class ElementType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.ElementType
-
public final class ElementType extends com.aspose.ms.System.Enum
Specifies the type of an element.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Assignment
Indicates Assignment element type.static int
Calendar
Indicates Calendar element type.static int
Null
Indicates Null element type.static int
Resource
Indicates Resource element type.static int
Task
Indicates Task element 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 element type.
- See Also:
- Constant Field Values
-
Task
public static final int Task
Indicates Task element type.
- See Also:
- Constant Field Values
-
Resource
public static final int Resource
Indicates Resource element type.
- See Also:
- Constant Field Values
-
Calendar
public static final int Calendar
Indicates Calendar element type.
- See Also:
- Constant Field Values
-
Assignment
public static final int Assignment
Indicates Assignment element type.
- See Also:
- Constant Field Values
-
-