public interface ParameterInfo
ParameterInfoStruct
that is returned from the
TR069Connector.getParameterNames(String, boolean)
method.Modifier and Type | Method and Description |
---|---|
ParameterValue |
getParameterValue()
Provide the value of the node.
|
String |
getPath()
The path of the parameter, either a parameter path, an instance path, a
table path, or an object path.
|
boolean |
isParameter()
Returns
true of this is a parameter, if it returns false
it is an object or table. |
boolean |
isWriteable()
Return
true if this parameter is writeable, otherwise
false . |
String getPath()
boolean isWriteable()
true
if this parameter is writeable, otherwise
false
. A parameter is writeable if the SetParamaterValue with the
given name would be successful if an appropriate value was given. If this
is a table path, the method specifies whether or not AddObject would be
successful. If the parameter path points to a table instance, the method
specifies whether or not DeleteObject would be successful.boolean isParameter()
true
of this is a parameter, if it returns false
it is an object or table.true
for a parameter, false
otherwiseParameterValue getParameterValue() throws TR069Exception
TR069Exception
- If there is a problemCopyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0