Package omero.model
Interface _LightPathEmissionFilterLinkOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_LightPathEmissionFilterLinkTie
,LightPathEmissionFilterLink
,LightPathEmissionFilterLinkI
public interface _LightPathEmissionFilterLinkOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Filter
getChild()
LightPath
getParent()
RInt
getVersion()
void
link(LightPath theParent, Filter theChild)
void
setChild(Filter theChild)
void
setParent(LightPath theParent)
void
setVersion(RInt theVersion)
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-