public abstract class OdsxParameterSetSaveInfo extends OdsxSaveInfo implements OdsxParameterSetSaveInfoInterface
,
Serialized FormModifier 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, toString
getNiceVersion, release
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAttributes, getName, setName
public 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()
FwkInterface
getVersion
in interface FwkInterface
getVersion
in class OdsxSaveInfo
public static void main(java.lang.String[] args)
public abstract java.lang.String getParameterApplElemName()
getParameterApplElemName
in interface OdsxParameterSetSaveInfoInterface
public abstract java.lang.String getParameterSetApplElemName()
getParameterSetApplElemName
in interface OdsxParameterSetSaveInfoInterface
public abstract AoSession getSession()
getSession
in interface OdsxSaveInfoInterface
getSession
in class OdsxSaveInfo