Package omero.model
Interface _FilamentOperations
-
- All Superinterfaces:
_IObjectOperations
,_LightSourceOperations
- All Known Implementing Classes:
_FilamentTie
,Filament
,FilamentI
public interface _FilamentOperations extends _LightSourceOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilamentType
getType(Ice.Current __current)
void
setType(FilamentType theType, Ice.Current __current)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._LightSourceOperations
addAllLightSourceAnnotationLinkSet, addLightSourceAnnotationLink, addLightSourceAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findLightSourceAnnotationLink, getAnnotationLinksCountPerOwner, getInstrument, getLotNumber, getManufacturer, getModel, getPower, getSerialNumber, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllLightSourceAnnotationLinkSet, removeLightSourceAnnotationLink, removeLightSourceAnnotationLinkFromBoth, setInstrument, setLotNumber, setManufacturer, setModel, setPower, setSerialNumber, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
-
-
-
-
Method Detail
-
getType
FilamentType getType(Ice.Current __current)
-
setType
void setType(FilamentType theType, Ice.Current __current)
-
-