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

All Superinterfaces:
Enumeration

public interface CardConfigurationEnum
extends Enumeration


Field Summary
static int CONFIGURED
           
static int OTHER
           
static int UNCONFIGURED
           
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

CONFIGURED

static final int CONFIGURED
See Also:
Constant Field Values

UNCONFIGURED

static final int UNCONFIGURED
See Also:
Constant Field Values