com.moyosoft.connector.ms.outlook.task
Class TaskResponseType

java.lang.Object
  |
  +--com.moyosoft.util.AbstractType
        |
        +--com.moyosoft.connector.ms.outlook.task.TaskResponseType

public class TaskResponseType
extends com.moyosoft.util.AbstractType


Field Summary
static TaskResponseType ACCEPT
           
static TaskResponseType ASSIGN
           
static TaskResponseType DECLINE
           
static TaskResponseType SIMPLE
           
 
Method Summary
static TaskResponseType getById(int pId)
           
 boolean isAccept()
           
 boolean isAssign()
           
 boolean isDecline()
           
 boolean isSimple()
           
 
Methods inherited from class com.moyosoft.util.AbstractType
equals, equals, getTypeValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SIMPLE

public static final TaskResponseType SIMPLE

ASSIGN

public static final TaskResponseType ASSIGN

ACCEPT

public static final TaskResponseType ACCEPT

DECLINE

public static final TaskResponseType DECLINE
Method Detail

getById

public static TaskResponseType getById(int pId)

isSimple

public boolean isSimple()

isAssign

public boolean isAssign()

isAccept

public boolean isAccept()

isDecline

public boolean isDecline()