public class WireDTO extends DTO
Modifier and Type | Field and Description |
---|---|
CapabilityRefDTO |
capability
Reference to the Capability for the wire.
|
int |
provider
The identifier of the provider resource for the wire.
|
RequirementRefDTO |
requirement
Reference to the Requirement for the wire.
|
int |
requirer
The identifier of the requiring resource for the wire.
|
Constructor and Description |
---|
WireDTO() |
public CapabilityRefDTO capability
Wire.getCapability()
public RequirementRefDTO requirement
Wire.getRequirement()
public int provider
ResourceDTO.id
,
Wire.getProvider()
public int requirer
ResourceDTO.id
,
Wire.getRequirer()
Copyright © OSGi Alliance (2000, 2020). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0