com.ibm.wsspi.sca.metadata
Interface ImportInfo
- All Superinterfaces:
- ItemInfo
public interface ImportInfo
- 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 |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getImportBinding
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
.