org.eclipse.dstore.extra
Interface IDataElement
- All Superinterfaces:
- IAdaptable, IElement
- All Known Implementing Classes:
- DataElement
- public interface IDataElement
- extends IElement
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)
Guidelines for using DataStore APIs.