TabularData
Interface TabularData
- All Known Implementing Classes:
- TabularDataSupport
public interface TabularData
The TabularData
interface specifies the behavior of a specific type of complex open data objects which represent tabular data structures.
- Since:
- 1.5
Methods
getTabularType
TabularType getTabularType()
Returns the tabular type describing this TabularData
instance.
- Returns:
- the tabular type.
calculateIndex
Object[] calculateIndex(CompositeData value)
Calculates the index that would be used in this TabularData
instance to refer to th