|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FunctionDescription
The FunctionDescription interface provides the definition of a function for an inbound or outbound service.
Method Summary | |
---|---|
String |
getComment()
Contains a description of the function populated from information in the EIS. |
MetadataImportConfiguration |
getImportConfiguration()
Returns the MetadataImportConfiguration that was used to import and create this function. |
DataDescription |
getInputDataDescription()
Returns the input DataDescription. |
String |
getName()
Returns the name of the method. |
DataDescription |
getOutputDataDescription()
Returns the output DataDescription |
Method Detail |
---|
String getName()
DataDescription getInputDataDescription()
null
if there is no
input argument.DataDescription getOutputDataDescription()
null
if there is no return
argument.String getComment()
null
can be
returned.
This is a locale specific object that should be separated and translated in the EIS, and retrieved using the locale of the tool environment.
null
.MetadataImportConfiguration getImportConfiguration()
Null
must
not be returned.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |