net.sf.farrago.fem.fennel
Interface FemHandle
- All Superinterfaces:
- RefBaseObject, RefFeatured, RefObject
- All Known Subinterfaces:
- FemCsnHandle, FemDbHandle, FemStreamGraphHandle, FemStreamHandle, FemSvptHandle, FemTxnHandle
- All Known Implementing Classes:
- FemCsnHandle$Hib, FemDbHandle$Hib, FemStreamGraphHandle$Hib, FemStreamHandle$Hib, FemSvptHandle$Hib, FemTxnHandle$Hib
public interface FemHandle
- extends RefObject
Handle 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.
Method Summary |
long |
getLongHandle()
Returns the value of attribute longHandle. |
void |
setLongHandle(long newValue)
Sets the value of longHandle attribute. |
getLongHandle
long getLongHandle()
- Returns the value of attribute longHandle.
- Returns:
- Value of attribute longHandle.
setLongHandle
void setLongHandle(long newValue)
- Sets the value of longHandle attribute. See
getLongHandle()
for description on the attribute.
- Parameters:
newValue
- New value to be set.