|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataStoreElement
Method Summary | |
---|---|
IDataStoreElement[] |
getChildren()
Returns an array of IDataStoreElement objects that are children of the IDataStoreElement. |
java.lang.String |
getName()
Returns the name of the IDataStoreElement. |
java.lang.String |
getValue()
Returns the value of the IDataStoreElement. |
void |
setValue(java.lang.String value)
Sets the value for the IDataStoreElement object. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getValue()
void setValue(java.lang.String value) throws NetconfErrorException
value
- A String object representing the new value.
NetconfErrorException
- If element is read only.IDataStoreElement[] getChildren()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |