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 © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0