Package com.softwaremining.wrappers
Interface AbstractDataObject
- All Superinterfaces:
ISMDataType
- All Known Subinterfaces:
IDcDataArea,IDcScreenArea,IPCBDatabase,IPCBIo,IPCBModifiable,IPCBScreen,IProgramControlBlock,IScratchPadArea,ISegmentSearchArgument,ISMString
- All Known Implementing Classes:
AbstractBasePersistence,AbstractCBLField,AbstractCBLNumeric,AbstractCBLPrimitive,AbstractCommunicationSection,AbstractContainerBean,AbstractCSVFile,AbstractFile,AbstractIndexedFile,AbstractMutableField,AbstractMutableNumeric,AbstractORContainer,AbstractSequentialFile,AbstractSequentialMappedFile,AbstractSortBean,AbstractSSABean,BMSBlankInteger,BMSBlankString,BMSDouble,BMSGroup,BMSInteger,BMSLong,BMSScreenBean,BMSScreenInputBean,BMSScreenOutputBean,BMSString,CachedIndexedFile,CachedSQLWrapper,CAIdealWrapper,CBLBean,CBLBlankInteger,CBLBlankString,CBLBoolean,CBLDouble,CBLFiller,CBLGroup,CBLInteger,CBLLong,CBLObject,CBLPointer,CBLString,CicsIndexedFile,CicsPersistence,CicsSequential,CommonWorkArea,Db400,Db400Container,Db400Sequential,DBMSWrapper,Dfhaid,DfhMessageTable,Eibaid,IDS2Wrapper,ILEIndicator,ILEReport,ILEScreen,ImsDbSegment,IndexedFile,IndexedFileSingleProcess,LinkedSQLWrapper,MBigDecimal,MBoolean,MByte,MDouble,MFiller,MGroup,MInteger,MLong,MString,PCB_Io,PCBDatabase,PCBModifiable,PCBScreen,QSAMFile,QueueRecord,RelativeFile,ScratchPadArea,SequentialFile,SequentialNIOFile,SequentialVariableMappedFile,SQLWrapper,SSABean,TransactionWorkArea,TSQueueStorageImpl,VGroup
This interface is representative of ALL SoftwareMining data-types - from DAOs (ISMBean) to fields (ISMInteger, ISMString ...) and Groups (ISMGroup)
-
Method Summary
Methods inherited from interface com.softwaremining.wrappers.ISMDataType
retrieveSQLObject, stringValue
-
Method Details
-
assignValue
- Specified by:
assignValuein interfaceISMDataType
-
retrieveStorageCellSize
int retrieveStorageCellSize()- Specified by:
retrieveStorageCellSizein interfaceISMDataType
-
retrieveAsString
String retrieveAsString()- Specified by:
retrieveAsStringin interfaceISMDataType
-