Interface ReferenceListMetadata

All Superinterfaces:
ComponentMetadata, Metadata, NonNullMetadata, ServiceReferenceMetadata

public interface ReferenceListMetadata extends ServiceReferenceMetadata
Metadata for a list of service references.

This is specified by the reference-list element.

Version:
$Revision: 7563 $
  • Field Details

  • Method Details

    • getMemberType

      int getMemberType()
      Return whether the List will contain service object proxies or ServiceReference objects. This is specified by the member-type attribute of the reference list.
      Returns:
      Whether the List will contain service object proxies or ServiceReference objects.
      See Also: