com.collation.platform.model.topology.enums
Interface I5NextRestartTypeEnum

All Superinterfaces:
Enumeration

public interface I5NextRestartTypeEnum
extends Enumeration


Field Summary
static int ATTENDED
           
static int CONSOLEINDEBUGMODE
           
static int OTHER
           
static int UNATTENDED
           
static int UNKNOWN
           
 

Field Detail

UNKNOWN

static final int UNKNOWN
See Also:
Constant Field Values

OTHER

static final int OTHER
See Also:
Constant Field Values

UNATTENDED

static final int UNATTENDED
See Also:
Constant Field Values

ATTENDED

static final int ATTENDED
See Also:
Constant Field Values

CONSOLEINDEBUGMODE

static final int CONSOLEINDEBUGMODE
See Also:
Constant Field Values