|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<View.SystemAccess>
com.sage.accpac.sm.View.SystemAccess
public static enum View.SystemAccess
Indicates the current access mode of a view
View.getSystemAccess()
,
View.setSystemAccess(com.sage.accpac.sm.View.SystemAccess)
Enum Constant Summary | |
---|---|
Activation
View is being accessed by an activation program |
|
Conversion
View is being accessed by a conversion program |
|
Export
View is in export mode |
|
Import
View is in import mode |
|
IntegrityCheck
View is being accessed by an integrity checking process |
|
Macro
View is being accessed by a macro |
|
Normal
Normal view access |
|
Posting
View is performing a posting |
Method Summary | |
---|---|
static View.SystemAccess |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static View.SystemAccess[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final View.SystemAccess Normal
public static final View.SystemAccess Import
public static final View.SystemAccess Export
public static final View.SystemAccess IntegrityCheck
public static final View.SystemAccess Macro
public static final View.SystemAccess Activation
public static final View.SystemAccess Conversion
public static final View.SystemAccess Posting
Method Detail |
---|
public static View.SystemAccess[] values()
for (View.SystemAccess c : View.SystemAccess.values()) System.out.println(c);
public static View.SystemAccess valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |