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

All Superinterfaces:
Enumeration

public interface CitrixWindowColorEnum
extends Enumeration


Field Summary
static int OTHER
           
static int UNKNOWN
           
static int WIN_16_COLORS
           
static int WIN_16M_COLORS
           
static int WIN_256_COLORS
           
static int WIN_64K_COLORS
           
 

Field Detail

UNKNOWN

static final int UNKNOWN
See Also:
Constant Field Values

OTHER

static final int OTHER
See Also:
Constant Field Values

WIN_16_COLORS

static final int WIN_16_COLORS
See Also:
Constant Field Values

WIN_256_COLORS

static final int WIN_256_COLORS
See Also:
Constant Field Values

WIN_64K_COLORS

static final int WIN_64K_COLORS
See Also:
Constant Field Values

WIN_16M_COLORS

static final int WIN_16M_COLORS
See Also:
Constant Field Values