com.esf.net.netconf.service
Interface IConfigElement


public interface IConfigElement


Method Summary
 IConfigElement[] getChildren()
          Returns an array of IDataStoreElement objects that are children of the IDataStoreElement.
 java.lang.String getName()
          Returns the name of the IConfigElement.
 java.lang.String getOperation()
          Returns the operation to perform on the corresponding IDataStoreElement.
 java.lang.String getValue()
          Returns the value of the IConfigElement.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the IConfigElement.

Returns:
A String object representing the name.

getValue

java.lang.String getValue()
Returns the value of the IConfigElement.

Returns:
A String object representing the value.

getOperation

java.lang.String getOperation()
Returns the operation to perform on the corresponding IDataStoreElement. (merge, replace, delete, create)

Returns:
A String object representing the operation.

getChildren

IConfigElement[] getChildren()
Returns an array of IDataStoreElement objects that are children of the IDataStoreElement.

Returns:
A array of IDataStoreElement objects.