public static enum SaConstants.ProtoEvents extends Enum<SaConstants.ProtoEvents>
Enum Constant and Description |
---|
EVENTADMIN
The EVENTADMIN.
|
EVENTARCHIVE
The EVENTARCHIVE.
|
EVENTCHECKIN
The EVENTCHECKIN.
|
EVENTCHECKOUT
The EVENTCHECKOUT.
|
EVENTDELETE
The EVENTDELETE.
|
EVENTDOCFLOW
The EVENTDOCFLOW.
|
EVENTEDIT
The EVENTEDIT.
|
EVENTERROR
The EVENTERROR.
|
EVENTINDEX
The EVENTINDEX.
|
EVENTKORBENTRY
The EVENTKORBENTRY.
|
EVENTLTANSREGISTRATION
The EVENTLTANSREGISTRATION.
|
EVENTMASKINIT
The EVENTMASKINIT.
|
EVENTMASKLEAVE
The EVENTMASKLEAVE.
|
EVENTMASKQUERY
The EVENTMASKQUERY.
|
EVENTMENULOAD
The EVENTMENULOAD.
|
EVENTPRINT
The EVENTPRINT.
|
EVENTRETENTION
The EVENTRETENTION.
|
EVENTREVISE
The EVENTREVISE.
|
EVENTSHUTDOWN
The EVENTSHUTDOWN.
|
EVENTSIGN
The EVENTSIGN.
|
EVENTSTARTUP
The EVENTSTARTUP.
|
EVENTSYNCHRONIZE
The EVENTSYNCHRONIZE.
|
EVENTTIMER
The EVENTTIMER.
|
EVENTTRANSFER
The EVENTTRANSFER.
|
EVENTUSER
The EVENTUSER.
|
EVENTVIEW
The EVENTVIEW.
|
EVENTVIEWERCLOSE
The EVENTVIEWERCLOSE.
|
EVENTVIEWERENDDOC
The EVENTVIEWERENDDOC.
|
EVENTVIEWEROPEN
The EVENTVIEWEROPEN.
|
EVENTVIEWERSTARTDOC
The EVENTVIEWERSTARTDOC.
|
Modifier and Type | Method and Description |
---|---|
static SaConstants.ProtoEvents |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaConstants.ProtoEvents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaConstants.ProtoEvents EVENTUSER
public static final SaConstants.ProtoEvents EVENTTRANSFER
public static final SaConstants.ProtoEvents EVENTERROR
public static final SaConstants.ProtoEvents EVENTARCHIVE
public static final SaConstants.ProtoEvents EVENTREVISE
public static final SaConstants.ProtoEvents EVENTDELETE
public static final SaConstants.ProtoEvents EVENTADMIN
public static final SaConstants.ProtoEvents EVENTEDIT
public static final SaConstants.ProtoEvents EVENTPRINT
public static final SaConstants.ProtoEvents EVENTKORBENTRY
public static final SaConstants.ProtoEvents EVENTTIMER
public static final SaConstants.ProtoEvents EVENTMASKINIT
public static final SaConstants.ProtoEvents EVENTMASKLEAVE
public static final SaConstants.ProtoEvents EVENTMASKQUERY
public static final SaConstants.ProtoEvents EVENTSTARTUP
public static final SaConstants.ProtoEvents EVENTSHUTDOWN
public static final SaConstants.ProtoEvents EVENTDOCFLOW
public static final SaConstants.ProtoEvents EVENTMENULOAD
public static final SaConstants.ProtoEvents EVENTINDEX
public static final SaConstants.ProtoEvents EVENTVIEW
public static final SaConstants.ProtoEvents EVENTSIGN
public static final SaConstants.ProtoEvents EVENTSYNCHRONIZE
public static final SaConstants.ProtoEvents EVENTVIEWEROPEN
public static final SaConstants.ProtoEvents EVENTVIEWERCLOSE
public static final SaConstants.ProtoEvents EVENTVIEWERSTARTDOC
public static final SaConstants.ProtoEvents EVENTVIEWERENDDOC
public static final SaConstants.ProtoEvents EVENTLTANSREGISTRATION
public static final SaConstants.ProtoEvents EVENTRETENTION
public static final SaConstants.ProtoEvents EVENTCHECKOUT
public static final SaConstants.ProtoEvents EVENTCHECKIN
public static SaConstants.ProtoEvents[] values()
for (SaConstants.ProtoEvents c : SaConstants.ProtoEvents.values()) System.out.println(c);
public static SaConstants.ProtoEvents valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.