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

All Superinterfaces:
Enumeration

public interface VCSSystemLicenseTypeEnum
extends Enumeration


Field Summary
static int DEMO
           
static int DEMO_EXTENSION
           
static int DEMO_EXTENSION_NODE_LOCK
           
static int DEMO_NODE_LOCK
           
static int NFR
           
static int OTHER
           
static int PERMAMENT
           
static int PERMAMENT_NODE_LOCK
           
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

DEMO

static final int DEMO
See Also:
Constant Field Values

DEMO_NODE_LOCK

static final int DEMO_NODE_LOCK
See Also:
Constant Field Values

DEMO_EXTENSION

static final int DEMO_EXTENSION
See Also:
Constant Field Values

DEMO_EXTENSION_NODE_LOCK

static final int DEMO_EXTENSION_NODE_LOCK
See Also:
Constant Field Values

PERMAMENT

static final int PERMAMENT
See Also:
Constant Field Values

PERMAMENT_NODE_LOCK

static final int PERMAMENT_NODE_LOCK
See Also:
Constant Field Values

NFR

static final int NFR
See Also:
Constant Field Values