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

All Superinterfaces:
Enumeration

public interface IncidentSourceTypeEnum
extends Enumeration


Field Summary
static int EVENT
           
static int INCIDENT
           
static int OTHER
           
static int SERVICE_REQUEST
           
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

INCIDENT

static final int INCIDENT
See Also:
Constant Field Values

SERVICE_REQUEST

static final int SERVICE_REQUEST
See Also:
Constant Field Values

EVENT

static final int EVENT
See Also:
Constant Field Values