net.sf.farrago.fem.fennel
Interface FemCmdSetParam
- All Superinterfaces:
- FemCmd, FemDatabaseCmd, RefBaseObject, RefFeatured, RefObject
- All Known Implementing Classes:
- FemCmdSetParam$Hib
public interface FemCmdSetParam
- extends FemDatabaseCmd
CmdSetParam object instance interface.
Note: This type should not be subclassed,
implemented or directly instantiated by clients. It is generated from a
MOF metamodel and implemented by Enki or MDR.
getParam
FemDatabaseParam getParam()
- Returns the value of attribute param.
- Returns:
- Value of attribute param.
setParam
void setParam(FemDatabaseParam newValue)
- Sets the value of param attribute. See
getParam()
for
description on the attribute.
- Parameters:
newValue
- New value to be set.