ParameterInfoStruct
that is returned from the
TR069Connector#getParameterNames(String, boolean)
method.
Modifier and Type | Method and Description |
---|---|
public ParameterValue | Returns: The Parameter Value of the corresponding objectProvide the value of the node. |
public String | Returns: The name of the parameterThe path of the parameter, either a parameter path, an instance path, a table path, or an object path. |
public boolean | Returns: true for a parameter, false otherwiseReturns |
public boolean | Returns: If this parameter is writeableReturn |
getParameterValue | back to summary |
---|---|
public ParameterValue getParameterValue() throws TR069Exception Provide the value of the node. This method throws an exception if it is called for anything but a parameter
|
getPath | back to summary |
---|---|
public String getPath() The path of the parameter, either a parameter path, an instance path, a table path, or an object path.
|
isParameter | back to summary |
---|---|
public boolean isParameter() Returns
|
isWriteable | back to summary |
---|---|
public boolean isWriteable() Return
|