public interface ParameterValue
ParameterValueStruct
Modifier and Type | Method and Description |
---|---|
String |
getPath()
This is the path of a Parameter.
|
int |
getType()
The type of the parameter.
|
String |
getValue()
This is the value of the parameter.
|
String getPath()
String getValue()
int getType()
TR069Connector.TR069_INT
,
TR069Connector.TR069_UNSIGNED_INT
,
TR069Connector.TR069_LONG
,
TR069Connector.TR069_UNSIGNED_LONG
,
TR069Connector.TR069_STRING
,
TR069Connector.TR069_DATETIME
,
TR069Connector.TR069_BASE64
,
TR069Connector.TR069_HEXBINARY
. This method is not part of the
ParameterValueStruct
but is necessary to encode the type in the
XML.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0