Package com.aspose.tasks
Class WorkGroupType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.WorkGroupType
-
public final class WorkGroupType extends com.aspose.ms.System.Enum
Specifies the type of a workgroup.
-
-
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
-
Default
public static final int Default
Indicates Default work group type.
- See Also:
- Constant Field Values
-
None
public static final int None
Indicates None work group type.
- See Also:
- Constant Field Values
-
Email
public static final int Email
Indicates Email work group type.
- See Also:
- Constant Field Values
-
Web
public static final int Web
Indicates Web work group type.
- See Also:
- Constant Field Values
-
-