Remote System Explorer DataStore
Release 3.0

org.eclipse.dstore.extra
Interface IDataElement

All Superinterfaces:
IAdaptable, IElement
All Known Implementing Classes:
DataElement

public interface IDataElement
extends IElement


Method Summary
 List getAssociated(String key)
           
 Object getElementProperty(Object obj)
           
 String getId()
           
 String getName()
           
 List getNestedData()
           
 int getNestedSize()
           
 String getType()
           
 boolean isOfType(String typeStr)
           
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getName

public String getName()

getType

public String getType()

getId

public String getId()

getNestedData

public List getNestedData()

getNestedSize

public int getNestedSize()

getElementProperty

public Object getElementProperty(Object obj)
Specified by:
getElementProperty in interface IElement

getAssociated

public List getAssociated(String key)

isOfType

public boolean isOfType(String typeStr)

Remote System Explorer DataStore
Release 3.0

Guidelines for using DataStore APIs.