Package omero.api
Interface AMD_ITypes_getEnumeration
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_ITypes_getEnumeration extends Ice.AMDCallback
Lookup an enumeration value. As with the get-methods ofIQuery
queries returning no results will through an exception.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(IObject __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(IObject __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) A managed enumeration. Never null.
-
-