com.azalient.api.file.view
Interface RecordV

All Superinterfaces:
RecordW, SortableData
All Known Subinterfaces:
IScenario

public interface RecordV
extends SortableData, RecordW

An internal interface for the table view of the data


Method Summary
 Object[] data()
           
 Object get(int col)
           
 void modify(int col, Object value)
           
 String name()
           
 void set(int col, Object value)
           
 boolean topLevel()
           
 
Methods inherited from interface com.azalient.api.file.RecordW
extraCols, extraGet, extraGetB, extraGetD, extraGetI, extraGetS, extraGetT, get, isVolatile
 

Method Detail

name

String name()

set

void set(int col,
         Object value)

modify

void modify(int col,
            Object value)

get

Object get(int col)

data

Object[] data()

topLevel

boolean topLevel()