public interface _ExperimentOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllMicrobeamManipulationSet(java.util.List<MicrobeamManipulation> targets,
Ice.Current __current) |
void |
addMicrobeamManipulation(MicrobeamManipulation target,
Ice.Current __current) |
void |
clearMicrobeamManipulation(Ice.Current __current) |
java.util.List<MicrobeamManipulation> |
copyMicrobeamManipulation(Ice.Current __current) |
RString |
getDescription(Ice.Current __current) |
ExperimentType |
getType(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
void |
reloadMicrobeamManipulation(Experiment toCopy,
Ice.Current __current) |
void |
removeAllMicrobeamManipulationSet(java.util.List<MicrobeamManipulation> targets,
Ice.Current __current) |
void |
removeMicrobeamManipulation(MicrobeamManipulation theTarget,
Ice.Current __current) |
void |
setDescription(RString theDescription,
Ice.Current __current) |
void |
setType(ExperimentType theType,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
int |
sizeOfMicrobeamManipulation(Ice.Current __current) |
void |
unloadMicrobeamManipulation(Ice.Current __current) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
ExperimentType getType(Ice.Current __current)
void setType(ExperimentType theType, Ice.Current __current)
void unloadMicrobeamManipulation(Ice.Current __current)
int sizeOfMicrobeamManipulation(Ice.Current __current)
java.util.List<MicrobeamManipulation> copyMicrobeamManipulation(Ice.Current __current)
void addMicrobeamManipulation(MicrobeamManipulation target, Ice.Current __current)
void addAllMicrobeamManipulationSet(java.util.List<MicrobeamManipulation> targets, Ice.Current __current)
void removeMicrobeamManipulation(MicrobeamManipulation theTarget, Ice.Current __current)
void removeAllMicrobeamManipulationSet(java.util.List<MicrobeamManipulation> targets, Ice.Current __current)
void clearMicrobeamManipulation(Ice.Current __current)
void reloadMicrobeamManipulation(Experiment toCopy, Ice.Current __current)
RString getDescription(Ice.Current __current)
void setDescription(RString theDescription, Ice.Current __current)