Home / Development / Documentation / 2.0.44 / IDElementAdapter
TreeGraph 2
 


info.bioinfweb.treegraph.document.nodebranchdata
Interface IDElementAdapter

All Superinterfaces:
NodeBranchDataAdapter
All Known Subinterfaces:
NewNodeDataAdapter
All Known Implementing Classes:
AbstractIDElementAdapter, HiddenBranchDataAdapter, HiddenDataAdapter, HiddenNodeDataAdapter, NewHiddenBranchDataAdapter, NewHiddenNodeDataAdapter, NewTextLabelAdapter, TextLabelAdapter

public interface IDElementAdapter
extends NodeBranchDataAdapter

This interface should be implemented by all node data adapters that store an ID.

Author:
Ben Stöver
See Also:
AbstractIDElementAdapter

Method Summary
 String getID()
           
 void setID(String id)
          Sets the ID used to access the returned data.
 
Methods inherited from interface info.bioinfweb.treegraph.document.nodebranchdata.NodeBranchDataAdapter
decimalOnly, delete, getDataElement, getDecimal, getText, isDecimal, isEmpty, isNewColumn, isString, readOnly, setDecimal, setText, toString
 

Method Detail

getID

String getID()

setID

void setID(String id)
Sets the ID used to access the returned data.

Parameters:
id -
Since:
2.0.43