?? ReferenceListMetadata

??????:
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.

  • ??????

    • USE_SERVICE_OBJECT

      static final int USE_SERVICE_OBJECT
      Reference list values must be proxies to the actual service objects.
      ????:
    • USE_SERVICE_REFERENCE

      static final int USE_SERVICE_REFERENCE
      Reference list values must be ServiceReference objects.
      ????:
  • ??????

    • 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.
      ??:
      Whether the List will contain service object proxies or ServiceReference objects.
      ????: