Package com.softwaremining.wrappers
Interface ISMString
- All Superinterfaces:
AbstractDataObject
,ISMDataType
,ISMObject
- All Known Implementing Classes:
BMSBlankString
,BMSString
,CBLBlankString
,CBLFiller
,CBLString
,MByte
,MFiller
,MString
-
Method Summary
Modifier and TypeMethodDescriptionvoid
assignSubstring
(int offset, int length, String newValue) void
assignValue
(Object newValue) boolean
equalsRightTrimmed
(String theVal) used for test of equality in 88 level Constantsvoid
void
boolean
boolean
int
lengthOf()
retrieveSubstring
(int offset) retrieveSubstring
(int offset, int length) Methods inherited from interface com.softwaremining.wrappers.AbstractDataObject
assignValue, retrieveAsString, retrieveStorageCellSize
Methods inherited from interface com.softwaremining.wrappers.ISMObject
assignExcludeFromSQLTable, assignMasterSQLColumnsForArrays, assignObject, assignOverrideSQLTableName, assignString, assignStringFormatted, assignValue, bytesSize, initialize, isExcludedFromSQLTable, isFiller, retrieveAsString, retrieveAsStringFormatted, retrieveMasterSQLColumnsForArrays, retrieveName, retrieveObject, retrieveSQLObject, retrieveSQLObject, retrieveSQLTableNameOverride, retrieveStorageCellSize, retrieveSubField, retrieveWrapper
-
Method Details
-
stringValue
String stringValue()- Specified by:
stringValue
in interfaceISMDataType
-
assignValue
- Specified by:
assignValue
in interfaceISMObject
-
isJustifiedRight
boolean isJustifiedRight() -
lengthOf
int lengthOf() -
isFilled
-
fill
-
fill
-
equalsRightTrimmed
used for test of equality in 88 level Constants -
getFormat
Format getFormat() -
assignSubstring
- Specified by:
assignSubstring
in interfaceISMObject
-
retrieveSubstring
-
retrieveSubstring
-