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

All Superinterfaces:
Enumeration

public interface SMSCollectionRefreshEnum
extends Enumeration


Field Summary
static int MANUAL
           
static int OTHER
           
static int PERIODIC
           
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

MANUAL

static final int MANUAL
See Also:
Constant Field Values

PERIODIC

static final int PERIODIC
See Also:
Constant Field Values