public abstract class OdsxParameterSetSaveInfo extends OdsxSaveInfo implements OdsxParameterSetSaveInfoInterface
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
version |
attributes| Constructor and Description |
|---|
OdsxParameterSetSaveInfo()
The constructor.
|
OdsxParameterSetSaveInfo(java.util.Map attrMap)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getParameterApplElemName()
Get the name of the parameter application element.
|
abstract java.lang.String |
getParameterSetApplElemName()
Get the name of the parameter set application element.
|
abstract AoSession |
getSession()
Get the asam ods session into that object should be saved.
|
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, setName, toStringgetNiceVersion, releaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttributes, getName, setNamepublic static final java.lang.String version
public OdsxParameterSetSaveInfo()
public OdsxParameterSetSaveInfo(java.util.Map attrMap)
name - the name of the parameter set.attrMap - A Map containing all attributes.public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacegetVersion in class OdsxSaveInfopublic static void main(java.lang.String[] args)
public abstract java.lang.String getParameterApplElemName()
getParameterApplElemName in interface OdsxParameterSetSaveInfoInterfacepublic abstract java.lang.String getParameterSetApplElemName()
getParameterSetApplElemName in interface OdsxParameterSetSaveInfoInterfacepublic abstract AoSession getSession()
getSession in interface OdsxSaveInfoInterfacegetSession in class OdsxSaveInfo