Package org.osgi.resource.dto
Class CapabilityDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.resource.dto.CapabilityDTO
Data Transfer Object for a Capability.
- Author:
- $Id: CapabilityDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe attributes for the capability.The directives for the capability.intThe unique identifier of the capability.The namespace for the capability.intThe identifier of the resource declaring the capability. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public int idThe unique identifier of the capability.This identifier is transiently assigned and may vary across restarts.
-
namespace
The namespace for the capability.- See Also:
-
directives
The directives for the capability.- See Also:
-
attributes
The attributes for the capability.The value type must be a numerical type, Boolean, String, DTO or an array of any of the former.
- See Also:
-
resource
public int resourceThe identifier of the resource declaring the capability.- See Also:
-
-
Constructor Details
-
CapabilityDTO
public CapabilityDTO()
-