com.businessobjects.enterprise.infoobject
Interface AuditOnResultEnum


public interface AuditOnResultEnum

Specifies the values for notification via audit.


Nested Class Summary
static class AuditOnResultEnum.Enum
          Internal Use Only.
static class AuditOnResultEnum.Factory
          A class with methods for creating instances of the AuditOnResultEnum type.
 
Field Summary
static AuditOnResultEnum.Enum BOTH
          Notify on both schedule success and failure.
static AuditOnResultEnum.Enum FAILURE
          Notify on schedule failure.
static int INT_BOTH
          Notify on both schedule success and failure.
static int INT_FAILURE
          Notify on schedule failure.
static int INT_NONE
          No notification.
static int INT_SUCCESS
          Notify on schedule success.
static AuditOnResultEnum.Enum NONE
          No notification.
static AuditOnResultEnum.Enum SUCCESS
          Notify on schedule success.
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
          Internal Use Only.
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

NONE

static final AuditOnResultEnum.Enum NONE
No notification.


SUCCESS

static final AuditOnResultEnum.Enum SUCCESS
Notify on schedule success.


FAILURE

static final AuditOnResultEnum.Enum FAILURE
Notify on schedule failure.


BOTH

static final AuditOnResultEnum.Enum BOTH
Notify on both schedule success and failure.


INT_NONE

static final int INT_NONE
No notification.

See Also:
Constant Field Values

INT_SUCCESS

static final int INT_SUCCESS
Notify on schedule success.

See Also:
Constant Field Values

INT_FAILURE

static final int INT_FAILURE
Notify on schedule failure.

See Also:
Constant Field Values

INT_BOTH

static final int INT_BOTH
Notify on both schedule success and failure.

See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()
Internal Use Only.


set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)
Internal Use Only.