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

All Superinterfaces:
Enumeration

public interface ExchangeServerTypeEnum
extends Enumeration


Field Summary
static int CONFERENCING
           
static int ENTERPRISE
           
static int OTHER
           
static int STANDARD
           
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

STANDARD

static final int STANDARD
See Also:
Constant Field Values

ENTERPRISE

static final int ENTERPRISE
See Also:
Constant Field Values

CONFERENCING

static final int CONFERENCING
See Also:
Constant Field Values