Method |
Description |
downCast |
Safe cast operation for MOperationDescription objects. |
downCast |
Safe cast operation for MOperationDescription objects. |
 getException |
Retrieve the named exception. |
 getExceptions |
Return the exceptions defined for the operation described by this class. |
 getOperationClassDescription |
Return the MModeledClassDescription that describes the class which "owns" (contains) the operation described by this class. |
 getOperationClassName |
Return the name of the class that "owns" (contains) the operation described by this class. |
 getOperationName |
Return the name defined for the operation described by this class. |
 getParameter |
Retrieve the specified parameter. |
 getParameters |
Return the parameters defined for the operation described by this class. |
 getReturnClassDescription |
Return the type returned by this operation, as defined in the returnType attribute in TIBCO Designer. |
 getReturnClassName |
Return the name of the return type for this operation, as defined in the returnType attribute. |
 isOneway |
If the oneway attribute is set to true, returns Mtrue, otherwise, returns MFalse. |