public class BundleWireDTO extends WireDTO
BundleWireDTOs are referenced BundleWiringDTO.NodeDTOs.
| Modifier and Type | Field | Description |
|---|---|---|
int |
providerWiring |
The identifier of the provider wiring for the bundle wire.
|
int |
requirerWiring |
The identifier of the requiring wiring for the bundle wire.
|
capability, provider, requirement, requirer| Constructor | Description |
|---|---|
BundleWireDTO() |
public int providerWiring
WiringDTO.id,
BundleWire.getProviderWiring()public int requirerWiring
WiringDTO.id,
BundleWire.getRequirerWiring()