SAP J2EE Engine

Version 6.40


com.sapportals.connector.metadata.objects
Interface IMethod

All Superinterfaces:
IConnectorObject, IFunction, ISOAPSerializable

public interface IMethod
extends IFunction, ISOAPSerializable

This interface contains metadata for a method of a EIS business object

Version:
1.0

Fields inherited from interface com.sapportals.connector.metadata.functions.IFunction
RECIEVE_FUNCTION, SEND_FUNCTION, SEND_RECIEVE_FUNCTION, UNKNOWN_TYPE_FUNCTION
 
Method Summary
 IBusinessObject retrieveParentBusinessObject()
          Returns the business object composing this method.
 java.lang.String retrieveTerm()
          Returns the term describing the parameter, for example "Method"
 
Methods inherited from interface com.sapportals.connector.metadata.functions.IFunction
getDescription, getExceptions, getFunctionType, getName, getParameter, getParameters, getParameters, getUniqueName
 
Methods inherited from interface com.sapportals.connector.IConnectorObject
retrieveConnection
 

Method Detail

retrieveParentBusinessObject

public IBusinessObject retrieveParentBusinessObject()
Returns the business object composing this method.
Returns:
IBusinessObject interface of the parent function.
See Also:
IBusinessObject

retrieveTerm

public java.lang.String retrieveTerm()
Returns the term describing the parameter, for example "Method"
Specified by:
retrieveTerm in interface IFunction
Returns:
The parameter term

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.