com.aspose.email
Class AppointmentAction

java.lang.Object
  extended by com.aspose.email.BaseEnum<AppointmentAction>
      extended by com.aspose.email.AppointmentAction

public final class AppointmentAction
extends BaseEnum<AppointmentAction>

Enumerates appointments methods


Field Summary
static int _CANCEL
           Cancel method
static int _CREATE
           Create method
static int _UPDATE
           Update method
static AppointmentAction CANCEL
           
static AppointmentAction CREATE
           
static AppointmentAction UPDATE
           
 
Method Summary
 
Methods inherited from class com.aspose.email.BaseEnum
AND, equals, getName, getValue, hashCode, isDefined, OR, toEnum, toString, XOR
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_CREATE

public static final int _CREATE

Create method

See Also:
Constant Field Values

CREATE

public static final AppointmentAction CREATE

_UPDATE

public static final int _UPDATE

Update method

See Also:
Constant Field Values

UPDATE

public static final AppointmentAction UPDATE

_CANCEL

public static final int _CANCEL

Cancel method

See Also:
Constant Field Values

CANCEL

public static final AppointmentAction CANCEL


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.