com.azalient.api.b.reporting
Interface IReportingOption

All Superinterfaces:
IRecord, RecordR, RecordRW, RecordW, SortableData, StoreRecordRW

public interface IReportingOption
extends StoreRecordRW

An interface to an enumeration of possible reporting options, which can be switched on or off. The name of each reporting option corresponds to a value in the enumeration.


Nested Class Summary
static class IReportingOption.ReportingOptionName
           
 
Field Summary
 
Fields inherited from interface com.azalient.api.a.tables.IRecord
DELETED, KEY_SEP, KEY_SEP_CHAR
 
Method Summary
 boolean on()
          Returns true if this reporting option has been switched on.
 void on(boolean value)
          Set value to true if this reporting option should be switched on.
 
Methods inherited from interface com.azalient.api.file.StoreRecordRW
canRename, rename, store
 
Methods inherited from interface com.azalient.api.file.RecordR
extraSet, finished, isApplicable, isEditable, set
 
Methods inherited from interface com.azalient.api.a.tables.IRecord
name
 
Methods inherited from interface com.azalient.api.file.RecordW
extraCols, extraGet, extraGetB, extraGetD, extraGetI, extraGetS, extraGetT, get, isVolatile
 

Method Detail

on

boolean on()
Returns true if this reporting option has been switched on. This value is saved in the model file.


on

void on(boolean value)
Set value to true if this reporting option should be switched on. This value is saved in the model file.