|
OSGi™ Service Platform Residential Specification Release 4 Version 4.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParameterInfo
Maps to the TR-069 ParameterInfoStruct that is returned from the
TR069Connector.getParameterNames(String, boolean) method.
| Method Summary | |
|---|---|
ParameterValue |
getParameterValue()
Provide the value of the node. |
java.lang.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. |
| Method Detail |
|---|
java.lang.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.
boolean isParameter()
true of this is a parameter, if it returns false
it is an object or table.
true for a parameter, false otherwise
ParameterValue getParameterValue()
throws TR069Exception
TR069Exception - If there is a problem
|
OSGi™ Service Platform Residential Specification Release 4 Version 4.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||