Package omero.api
Interface AMD_IPixels_getEnumeration
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IPixels_getEnumeration extends Ice.AMDCallback
Deprecated.Use ITypes#getEnumeration(string, string) instead.Retrieves a particular enumeration for a given enumeration class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
ice_response(IObject __ret)
Deprecated.ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(IObject __ret)
Deprecated.ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) Enumeration object.
-
-