public interface _MicrobeamManipulationOperations extends _IObjectOperations
| Modifier and Type | Method and Description | 
|---|---|
void | 
addAllLightSettingsSet(java.util.List<LightSettings> targets,
                      Ice.Current __current)  | 
void | 
addLightSettings(LightSettings target,
                Ice.Current __current)  | 
void | 
clearLightSourceSettings(Ice.Current __current)  | 
java.util.List<LightSettings> | 
copyLightSourceSettings(Ice.Current __current)  | 
RString | 
getDescription(Ice.Current __current)  | 
Experiment | 
getExperiment(Ice.Current __current)  | 
MicrobeamManipulationType | 
getType(Ice.Current __current)  | 
RInt | 
getVersion(Ice.Current __current)  | 
void | 
reloadLightSourceSettings(MicrobeamManipulation toCopy,
                         Ice.Current __current)  | 
void | 
removeAllLightSettingsSet(java.util.List<LightSettings> targets,
                         Ice.Current __current)  | 
void | 
removeLightSettings(LightSettings theTarget,
                   Ice.Current __current)  | 
void | 
setDescription(RString theDescription,
              Ice.Current __current)  | 
void | 
setExperiment(Experiment theExperiment,
             Ice.Current __current)  | 
void | 
setType(MicrobeamManipulationType theType,
       Ice.Current __current)  | 
void | 
setVersion(RInt theVersion,
          Ice.Current __current)  | 
int | 
sizeOfLightSourceSettings(Ice.Current __current)  | 
void | 
unloadLightSourceSettings(Ice.Current __current)  | 
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetailsRInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
MicrobeamManipulationType getType(Ice.Current __current)
void setType(MicrobeamManipulationType theType, Ice.Current __current)
void unloadLightSourceSettings(Ice.Current __current)
int sizeOfLightSourceSettings(Ice.Current __current)
java.util.List<LightSettings> copyLightSourceSettings(Ice.Current __current)
void addLightSettings(LightSettings target, Ice.Current __current)
void addAllLightSettingsSet(java.util.List<LightSettings> targets, Ice.Current __current)
void removeLightSettings(LightSettings theTarget, Ice.Current __current)
void removeAllLightSettingsSet(java.util.List<LightSettings> targets, Ice.Current __current)
void clearLightSourceSettings(Ice.Current __current)
void reloadLightSourceSettings(MicrobeamManipulation toCopy, Ice.Current __current)
Experiment getExperiment(Ice.Current __current)
void setExperiment(Experiment theExperiment, Ice.Current __current)
RString getDescription(Ice.Current __current)
void setDescription(RString theDescription, Ice.Current __current)