public abstract class OdsxSubMatrixSaveInfo extends OdsxSaveInfo implements OdsxSubMatrixSaveInfoInterface
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
version |
attributes
Constructor and Description |
---|
OdsxSubMatrixSaveInfo()
The constructor.
|
OdsxSubMatrixSaveInfo(java.util.Map attrMap)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract OdsxParameterSetSaveInfoInterface |
getParameterSetSaveInfo()
Get the save infomation of the parameter set.
|
InstanceElement |
getSourceMEQ()
Get the source measurement quanitity
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
static void |
main(java.lang.String[] args)
Main module of this application.
|
getAttributes, getName, getSession, setName, toString
getNiceVersion, release
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getColumnSaveInfo
getAttributes, getName, getSession, setName
public static final java.lang.String version
public OdsxSubMatrixSaveInfo()
public OdsxSubMatrixSaveInfo(java.util.Map attrMap)
attrMap
- A Map containing all attributes.public java.lang.String getVersion()
FwkInterface
getVersion
in interface FwkInterface
getVersion
in class OdsxSaveInfo
public abstract OdsxParameterSetSaveInfoInterface getParameterSetSaveInfo()
getParameterSetSaveInfo
in interface OdsxSubMatrixSaveInfoInterface
public InstanceElement getSourceMEQ()
getSourceMEQ
in interface OdsxSubMatrixSaveInfoInterface
public static void main(java.lang.String[] args)