|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.java.Enum
com.aspose.email.MapiTaskStatus
public final class MapiTaskStatus
Represents the statuses of the user's progress on the task.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum |
---|
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
static int |
Complete
The user's work on this Task object is complete. |
static int |
Deferred
The user has deferred work on the Task object. |
static int |
InProgress
The user's work on this Task object is in progress. |
static int |
NotStarted
The user has not started work on the Task object. |
static int |
Waiting
The user is waiting on somebody else. |
Fields inherited from class com.aspose.ms.java.Enum |
---|
EnumSeparatorCharArray |
Constructor Summary | |
---|---|
MapiTaskStatus()
|
Method Summary |
---|
Methods inherited from class com.aspose.ms.java.Enum |
---|
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NotStarted
The user has not started work on the Task object.
public static final int InProgress
The user's work on this Task object is in progress.
public static final int Complete
The user's work on this Task object is complete.
public static final int Waiting
The user is waiting on somebody else.
public static final int Deferred
The user has deferred work on the Task object.
Constructor Detail |
---|
public MapiTaskStatus()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |