public class RequireCapabilityDTO
extends org.osgi.dto.DTO
| Modifier and Type | Field and Description |
|---|---|
String |
cardinality
Indicates if the requirement can be wired a single time or multiple
times.
|
String |
effective
The time at which the requirement will be considered.
|
String |
filter
A filter expression that is asserted on the Capabilities.
|
String |
namespace
The namespace of the capability.
|
String |
resolution
Indicates if the resolution is optional or mandatory.
|
Map<String,TypedAttributeValueDTO> |
typedAttributes
A map of attributes used by the filter.
|
| Constructor and Description |
|---|
RequireCapabilityDTO() |
public String namespace
Must not be null.
public String effective
If it is not specified this field must be set to "resolve".
public String resolution
If it is not specified this field must be set to "mandatory".
public String cardinality
If it is not specified this field must be set to "single".
public String filter
If it is not specified this field must be null.
public Map<String,TypedAttributeValueDTO> typedAttributes
If it is not specified this field must be empty.
Copyright © 2021. All rights reserved.