Interface ReferenceListMetadata

All Superinterfaces:
ComponentMetadata, Metadata, NonNullMetadata, ServiceReferenceMetadata

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

This is specified by the reference-list element.

  • 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: