public class RuntimeModuleDeploymentProperties extends ModuleDeploymentProperties
ModuleDeploymentProperties
for a module.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SEQUENCE_KEY
Key for the
sequence property. |
COUNT_KEY, CRITERIA_KEY, defaultInstance, TRACK_HISTORY_KEY
Constructor and Description |
---|
RuntimeModuleDeploymentProperties() |
Modifier and Type | Method and Description |
---|---|
int |
getSequence()
Get the module sequence.
|
java.lang.String |
getSequenceAsString()
Get the module sequence as string.
|
void |
setSequence(int sequence)
Set the module sequence.
|
clear, containsKey, containsValue, entrySet, get, getCount, getCriteria, getTrackHistory, isEmpty, keySet, put, putAll, remove, setCount, setCriteria, setTrackHistory, size, toString, values
public static final java.lang.String SEQUENCE_KEY
sequence
property. Value should be an integer.public int getSequence()
public java.lang.String getSequenceAsString()
public void setSequence(int sequence)
sequence
- the module sequence