public class UnsatisfiedReferenceDTO
extends DTO
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name
The name of the declared reference.
|
java.lang.String |
target
The target property of the unsatisfied reference.
|
ServiceReferenceDTO[] |
targetServices
The target services.
|
Constructor and Description |
---|
UnsatisfiedReferenceDTO() |
public java.lang.String name
This is declared in the name
attribute of the reference
element of the component description.
ReferenceDTO.name
public java.lang.String target
This is the value of the component property
whose name is the concatenation of the
declared reference name
and
".target". This must be null
if no target property is
set for the reference.
public ServiceReferenceDTO[] targetServices
Each ServiceReferenceDTO
in the array represents a target service
for the reference. The array must be empty if there are no target
services. The upper bound on the number of target services in the array
is the upper bound on the cardinality
of
the reference.
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"