Package omero.api
Interface AMD_IPixels_getAllEnumerations
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IPixels_getAllEnumerations extends Ice.AMDCallback
Deprecated.Use ITypes#allEnumerations(string) instead.Retrieves the exhaustive list of enumerations for a given enumeration class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
ice_response(java.util.List<IObject> __ret)
Deprecated.ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(java.util.List<IObject> __ret)
Deprecated.ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) List of all enumeration objects for the enumClass.
-
-