public interface ITActivityConfig extends java.io.Serializable, ITSensorConfig
| Modifier and Type | Method and Description |
|---|---|
void |
addVariable(ITActivityVariableConfig vVariable)
Method addVariable
|
void |
clearVariable()
Method clearVariable
|
java.lang.String |
getEvalTime()
Returns the value of field 'evalTime'.
|
java.util.List |
getVariable()
Returns the value of field 'variable' as List.
|
ITActivityVariableConfig |
getVariable(int index)
Returns the value of field 'variable'.
|
int |
getVariableCount()
Returns the total number of variable as integer for this facade dom element.
|
ITActivityVariableConfig |
removeVariable(int index)
Method removeVariable
|
void |
setEvalTime(java.lang.String evalTime)
Sets the value of field 'evalTime'.
|
void |
setVariable(int index, ITActivityVariableConfig vVariable)
Sets the given value for element'variable' at the specified position (index).The field has the following description:
|
void |
setVariable(java.util.List variableList)
Sets the value of 'variable' by copying the given ArrayList.
|
void addVariable(ITActivityVariableConfig vVariable) throws java.lang.IndexOutOfBoundsException
vVariable -java.lang.IndexOutOfBoundsExceptionvoid clearVariable()
java.lang.String getEvalTime()
ITActivityVariableConfig getVariable(int index) throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionjava.util.List getVariable()
int getVariableCount()
ITActivityVariableConfig removeVariable(int index) throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionvoid setEvalTime(java.lang.String evalTime)
evalTime - the value of field 'evalTime'.
void setVariable(int index,
ITActivityVariableConfig vVariable)
throws java.lang.IndexOutOfBoundsException
index -vVariable -java.lang.IndexOutOfBoundsExceptionvoid setVariable(java.util.List variableList)
variableList - the value of field 'variable'.