com.ibm.wsspi.sca.metadata
Interface ItemInfo
All known subinterfaces:
- public interface ItemInfo
Since:
7.5.1.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDescription()
Method returns the description of the item.
|
|
getDisplayName()
Method returns the display name of the item.
|
getInterface()
Method returns the interface of the item.
|
|
|
getInterfaces()
Method returns the interfaces of the item.
|
|
getName()
Method returns the name of the item.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getName
- java.lang.String getName()
Method returns the name of the item.
Returns:
String
Name of the item.
getDisplayName
- java.lang.String getDisplayName( )
Method returns the display name of the item.
Returns:
String
Display name of the item.
getDescription
- java.lang.String getDescription( )
Method returns the description of the item.
Returns:
String
Description of the item.
getInterface
- Interface getInterface()
Method returns the interface of the item.
Returns:
Interface
Interface of the item.
getInterfaces
- java.util.Collection<Interface> getInterfaces( )
Method returns the interfaces of the item.
Returns:
Collection
Collection of interfaces of the item.