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

All Superinterfaces:
Enumeration

public interface PowerPCHardwarePlatformEnum
extends Enumeration


Field Summary
static int ISERIES
           
static int OTHER
           
static int PSERIES
           
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

ISERIES

static final int ISERIES
See Also:
Constant Field Values

PSERIES

static final int PSERIES
See Also:
Constant Field Values