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

All Superinterfaces:
Enumeration

public interface ChangeImplementationTypeEnum
extends Enumeration


Field Summary
static int RELEASE
           
static int SIMPLE
           
static int UNKNOWN
           
 

Field Detail

UNKNOWN

static final int UNKNOWN
See Also:
Constant Field Values

SIMPLE

static final int SIMPLE
See Also:
Constant Field Values

RELEASE

static final int RELEASE
See Also:
Constant Field Values