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