|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.accpac.sm.View.OpenModes
public static final class View.OpenModes
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 |
---|
public static final int None
public static final int Readonly
public static final int UnRevisioned
public static final int UnValidated
public static final int Raw
public static final int NoInherit
public static final int Immediate
Constructor Detail |
---|
public View.OpenModes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |