com.collation.platform.model.topology.enums
Interface SMSComponentEnum
- All Superinterfaces:
- Enumeration
public interface SMSComponentEnum
- extends Enumeration
Indicates whether the component runs according to a schedule or
auto starts (runs continuously). Values are:
AUTOSTARTING (0) SCHEDULED (1) MANUAL (2)
UNKNOWN
static final int UNKNOWN
- See Also:
- Constant Field Values
OTHER
static final int OTHER
- See Also:
- Constant Field Values
AUTOSTARTING
static final int AUTOSTARTING
- See Also:
- Constant Field Values
SCHEDULED
static final int SCHEDULED
- See Also:
- Constant Field Values
MANUAL
static final int MANUAL
- See Also:
- Constant Field Values