public final class ElementType
extends com.aspose.ms.System.Enum
Specifies the type of an element.
Modifier and Type | Field and 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.
|
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
public static final int Null
Indicates Null element type.
public static final int Task
Indicates Task element type.
public static final int Resource
Indicates Resource element type.
public static final int Calendar
Indicates Calendar element type.
public static final int Assignment
Indicates Assignment element type.