com.sage.accpac.sm
Class View.OpenModes

java.lang.Object
  extended by com.sage.accpac.sm.View.OpenModes
Enclosing class:
View

public static final class View.OpenModes
extends java.lang.Object

The set of values that can be used to make the mode passed when opening a view. The mode that is actually used can be a combination of multiple defined values.


Field Summary
static int Immediate
          View should be opened immediately, as opposed to a delayed load.
static int NoInherit
          Composite views would not inherit the instance flags.
static int None
          No open mode flags
static int Raw
          Data is not processed upon a field put.
static int Readonly
          View should be opened read-only
static int UnRevisioned
          Revisioning is turned off.
static int UnValidated
          Suppress validation.
 
Constructor Summary
View.OpenModes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None
No open mode flags

See Also:
Constant Field Values

Readonly

public static final int Readonly
View should be opened read-only

See Also:
Constant Field Values

UnRevisioned

public static final int UnRevisioned
Revisioning is turned off.

See Also:
Constant Field Values

UnValidated

public static final int UnValidated
Suppress validation.

See Also:
Constant Field Values

Raw

public static final int Raw
Data is not processed upon a field put.

See Also:
Constant Field Values

NoInherit

public static final int NoInherit
Composite views would not inherit the instance flags.

See Also:
Constant Field Values

Immediate

public static final int Immediate
View should be opened immediately, as opposed to a delayed load.

See Also:
Constant Field Values
Constructor Detail

View.OpenModes

public View.OpenModes()


Copyright © 2011 Sage Software, Inc. All rights reserved.