类 CapabilityRefDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.resource.dto.CapabilityRefDTO
-
public class CapabilityRefDTO extends DTO
Data Transfer Object for a reference to a Capability.- 作者:
- $Id: CapabilityRefDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
-
-
字段概要
字段 修饰符和类型 字段 说明 intcapabilityThe identifier of the capability in the resource.intresourceThe identifier of the resource declaring the capability.
-
构造器概要
构造器 构造器 说明 CapabilityRefDTO()
-
-
-
字段详细资料
-
capability
public int capability
The identifier of the capability in the resource.- 另请参阅:
CapabilityDTO.id
-
resource
public int resource
The identifier of the resource declaring the capability.- 另请参阅:
ResourceDTO.id
-
-