public interface IDataStoreElement
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Copyright © 2009 Eurotech Inc. All rights reserved.