com.aspose.network
Class AppointmentAction

java.lang.Object
  extended by com.aspose.network.AppointmentAction

public final class AppointmentAction
extends Object

Enumerates appointments methods


Field Summary
static int CANCEL
           Cancel method
static int CREATE
           Create method
static int UPDATE
           Update method
 
Method Summary
static boolean isDefined(int value)
           
static String toString(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATE

public static final int CREATE

Create method

See Also:
Constant Field Values

UPDATE

public static final int UPDATE

Update method

See Also:
Constant Field Values

CANCEL

public static final int CANCEL

Cancel method

See Also:
Constant Field Values
Method Detail

isDefined

public static boolean isDefined(int value)

toString

public static String toString(int value)


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