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

All Superinterfaces:
Enumeration

public interface RFCCategoryEnum
extends Enumeration


Field Summary
static int MAJOR
           
static int MINOR
           
static int OTHER
           
static int SIGNIFICANT
           
static int STANDARD
           
static int UNKNOWN
           
static int URGENT
           
 

Field Detail

UNKNOWN

static final int UNKNOWN
See Also:
Constant Field Values

OTHER

static final int OTHER
See Also:
Constant Field Values

MINOR

static final int MINOR
See Also:
Constant Field Values

SIGNIFICANT

static final int SIGNIFICANT
See Also:
Constant Field Values

MAJOR

static final int MAJOR
See Also:
Constant Field Values

URGENT

static final int URGENT
See Also:
Constant Field Values

STANDARD

static final int STANDARD
See Also:
Constant Field Values