com.ibm.wsspi.sca.metadata

Interface ImportInfo

All Superinterfaces:
ItemInfo

  1. public interface ImportInfo
  2. extends ItemInfo
Interface that represent the information from a SCA import. This interface provide access to the generic information available in the SCA import.
Since:
7.5.1.0
See Also:
ItemInfo

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. ImportBinding
getImportBinding()
Method returns the import binding information if the import has a data binding; otherwise null.
Methods inherited from interface com.ibm.wsspi.sca.metadata.ItemInfo
getDescription, getDisplayName, getInterface, getInterfaces, getName

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getImportBinding

  1. ImportBinding getImportBinding( )
Method returns the import binding information if the import has a data binding; otherwise null.
Returns:
ImportBinding Import binding information if the import has a data binding; otherwise null.