com.ibm.wsspi.sca.metadata
Interface SCAImportBinding
All Superinterfaces:
- public interface SCAImportBinding
- extends ImportBinding
Since:
7.5.1.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getExportName()
Method returns the export name that belongs to the SCA binding of
the import.
|
|
getModuleName()
Method returns the module name that belongs to the SCA binding of
the import.
|
|
getModuleShortName()
Method returns the module short name that belongs to the SCA binding of
the import.
|
|
getRootContainerNameAcronym()
Method returns the root container name acronym that belongs to the SCA
binding of the import.
|
|
getRootContainerSnapshotAcronym()
Method returns the root container snapshot acronym that belongs to the SCA
binding of the import.
|
|
getVersion()
Method returns the version value that belongs to the SCA binding of
the import.
|
|
getVersionProvider()
Method returns the version provider that belongs to the SCA binding of
the import.
|
Methods inherited from interface com.ibm.wsspi.sca.metadata.ImportBinding |
---|
getBindingType |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getModuleName
- java.lang.String getModuleName( )
Method returns the module name that belongs to the SCA binding of
the import.
Returns:
Module name that belongs to the SCA binding of the import.
getModuleShortName
- java.lang.String getModuleShortName( )
Method returns the module short name that belongs to the SCA binding of
the import.
Returns:
Module short name that belongs to the SCA binding of the import.
getExportName
- java.lang.String getExportName( )
Method returns the export name that belongs to the SCA binding of
the import.
Returns:
Export name that belongs to the SCA binding of the import.
getVersion
- java.lang.String getVersion()
Method returns the version value that belongs to the SCA binding of
the import.
Returns:
Version value that belongs to the SCA binding of the import.
getVersionProvider
- java.lang.String getVersionProvider( )
Method returns the version provider that belongs to the SCA binding of
the import.
Returns:
Version provider that belongs to the SCA binding of the import.
getRootContainerNameAcronym
- java.lang.String getRootContainerNameAcronym( )
Method returns the root container name acronym that belongs to the SCA
binding of the import.
Returns:
Root container name acronym that belongs to the SCA binding of
the import.
getRootContainerSnapshotAcronym
- java.lang.String getRootContainerSnapshotAcronym( )
Method returns the root container snapshot acronym that belongs to the SCA
binding of the import.
Returns:
Root container snapshot acronym that belongs to the SCA binding of
the import.