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.
-
Field Summary
Modifier and TypeFieldDescriptionThe attributes for the capability.The directives for the capability.int
The unique identifier of the capability.The namespace for the capability.int
The identifier of the resource declaring the capability. -
Constructor Summary
-
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()
-