类 WireDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.resource.dto.WireDTO
-
- 直接已知子类:
BundleWireDTO
public class WireDTO extends DTO
Data Transfer Object for a Wire.- 作者:
- $Id: WireDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
-
-
字段概要
字段 修饰符和类型 字段 说明 CapabilityRefDTOcapabilityReference to the Capability for the wire.intproviderThe identifier of the provider resource for the wire.RequirementRefDTOrequirementReference to the Requirement for the wire.intrequirerThe identifier of the requiring resource for the wire.
-
构造器概要
构造器 构造器 说明 WireDTO()
-
-
-
字段详细资料
-
capability
public CapabilityRefDTO capability
Reference to the Capability for the wire.- 另请参阅:
Wire.getCapability()
-
requirement
public RequirementRefDTO requirement
Reference to the Requirement for the wire.- 另请参阅:
Wire.getRequirement()
-
provider
public int provider
The identifier of the provider resource for the wire.- 另请参阅:
ResourceDTO.id,Wire.getProvider()
-
requirer
public int requirer
The identifier of the requiring resource for the wire.- 另请参阅:
ResourceDTO.id,Wire.getRequirer()
-
-