Package com.softwaremining.wrappers
Interface AbstractDataObject
- All Superinterfaces:
ISMDataType
- All Known Subinterfaces:
IDcDataArea
,IDcScreenArea
,IPCBDatabase
,IPCBModifiable
,IPCBScreen
,IProgramControlBlock
,IScratchPadArea
,ISegmentSearchArgument
,ISMString
- All Known Implementing Classes:
AbstractBasePersistence
,AbstractCBLField
,AbstractCBLNumeric
,AbstractCBLPrimitive
,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
,DMSWrapper
,Eibaid
,IDS2Wrapper
,ILEIndicator
,ILEReport
,ILEScreen
,ImsDbSegment
,IndexedFile
,IndexedFileSingleProcess
,LinkedSQLWrapper
,MBigDecimal
,MBoolean
,MByte
,MDouble
,MFiller
,MGroup
,MInteger
,MLong
,MString
,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:
assignValue
in interfaceISMDataType
-
retrieveStorageCellSize
int retrieveStorageCellSize()- Specified by:
retrieveStorageCellSize
in interfaceISMDataType
-
retrieveAsString
String retrieveAsString()- Specified by:
retrieveAsString
in interfaceISMDataType
-