com.ibm.wsspi.sca.metadata

Interface ItemInfo

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getDescription()
      Method returns the description of the item.
      java.lang.String getDisplayName()
      Method returns the display name of the item.
      Interface getInterface()
      Method returns the interface of the item.
      java.util.Collection<Interface> getInterfaces()
      Method returns the interfaces of the item.
      java.lang.String getName()
      Method returns the name of the item.
    • 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.
IBM Business Process ManagerTM
Release 8