org.apache.excalibur.instrument.client
Interface ElementData

All Superinterfaces:
Data
All Known Subinterfaces:
InstrumentableData, InstrumentData, InstrumentSampleData, InstrumentSampleElementData, InstrumentSampleSnapshotData

public interface ElementData
extends Data

Since:
4.1
Version:
CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:23 $
Author:
Avalon Development Team

Method Summary
 java.lang.String getName()
          Returns the name.
 Data getParent()
          Returns the parent data object.
 boolean isConfigured()
          Returns the configured flag of the remote object.
 
Methods inherited from interface org.apache.excalibur.instrument.client.Data
getDescription, getStateVersion, update
 

Method Detail

getParent

Data getParent()
Returns the parent data object.

Returns:
The parent data object.

getName

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

Returns:
The name.

isConfigured

boolean isConfigured()
Returns the configured flag of the remote object.

Returns:
The configured flag of the remote object.


Copyright © 1997-2011 Apache Software Foundation. All Rights Reserved.