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

All Superinterfaces:
Enumeration

public interface MQPutAuthorityEnum
extends Enumeration


Field Summary
static int ALTERNATE_OR_MCA
           
static int CONTEXT
           
static int DEFAULT
           
static int ONLY_MCA
           
static int OTHER
           
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

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

CONTEXT

static final int CONTEXT
See Also:
Constant Field Values

ALTERNATE_OR_MCA

static final int ALTERNATE_OR_MCA
See Also:
Constant Field Values

ONLY_MCA

static final int ONLY_MCA
See Also:
Constant Field Values