com.aspose.network
Class JournalFlags

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

public final class JournalFlags
extends Object

Contains metadata about the Journal object. Must be either zero or the following values.


Field Summary
static int HAS_ATTACHMENT
           The Journal object has a journal-associated attachment.
static int NONE
           The Journal object has no journal-associated attachment.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE

The Journal object has no journal-associated attachment.

See Also:
Constant Field Values

HAS_ATTACHMENT

public static final int HAS_ATTACHMENT

The Journal object has a journal-associated attachment.

See Also:
Constant Field Values


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