public interface ITVariableConfig extends java.io.Serializable, ITSensorConfig
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOutputDataType()
Returns the value of field 'outputDataType'.
|
java.lang.String |
getOutputNamespace()
Returns the value of field 'outputNamespace'.
|
java.lang.String |
getQueryName()
Returns the value of field 'queryName'.
|
void |
setOutputDataType(java.lang.String outputDataType)
Sets the value of field 'outputDataType'.
|
void |
setOutputNamespace(java.lang.String outputNamespace)
Sets the value of field 'outputNamespace'.
|
void |
setQueryName(java.lang.String queryName)
Sets the value of field 'queryName'.
|
java.lang.String getOutputDataType()
java.lang.String getOutputNamespace()
java.lang.String getQueryName()
void setOutputDataType(java.lang.String outputDataType)
outputDataType - the value of field 'outputDataType'.void setOutputNamespace(java.lang.String outputNamespace)
outputNamespace - the value of field 'outputNamespace'.void setQueryName(java.lang.String queryName)
queryName - the value of field 'queryName'.