public interface IConfigElement
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String getName()
java.lang.String getValue()
java.lang.String getOperation()
IConfigElement[] getChildren()
Copyright © 2009 Eurotech Inc. All rights reserved.