com.ibm.wsspi.sca.metadata
Interface ComponentInfo
All Superinterfaces:
All known subinterfaces:
- public interface ComponentInfo
- extends ItemInfo
Since:
7.5.1.0
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getImplementationType()
Method returns the type of implementation of the component.
|
|
getReferences()
Method returns the list of references of the component.
|
Methods inherited from interface com.ibm.wsspi.sca.metadata.ItemInfo |
---|
getDescription, getDisplayName, getInterface, getInterfaces, getName |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getImplementationType
- java.lang.String getImplementationType( )
Method returns the type of implementation of the component.
Returns:
String
Type of implementation of the component.
getReferences
- java.util.List<Reference> getReferences( )
Method returns the list of references of the component.
Returns:
List
List of references of the component.