com.businessobjects.sdk.plugin.desktop.scopebatch
Class IScopeBatchState.Status

java.lang.Object
  extended by com.businessobjects.sdk.plugin.desktop.scopebatch.IScopeBatchState.Status
Enclosing interface:
IScopeBatchState

public static class IScopeBatchState.Status
extends java.lang.Object


Field Summary
static int FAILURE
           
static int RUNNING
           
static int SUCCESS
           
static int UNKNOWN
           
 
Constructor Summary
IScopeBatchState.Status()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

RUNNING

public static final int RUNNING
See Also:
Constant Field Values

FAILURE

public static final int FAILURE
See Also:
Constant Field Values

SUCCESS

public static final int SUCCESS
See Also:
Constant Field Values
Constructor Detail

IScopeBatchState.Status

public IScopeBatchState.Status()