Package org.osgi.resource.dto
Class RequirementDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.resource.dto.RequirementDTO
Data Transfer Object for a Requirement.
-
Field Summary
Modifier and TypeFieldDescriptionThe attributes for the requirement.The directives for the requirement.int
The unique identifier of the requirement.The namespace for the requirement.int
The identifier of the resource declaring the requirement. -
Constructor Summary
-
Method Summary
-
Field Details
-
id
public int idThe unique identifier of the requirement.This identifier is transiently assigned and may vary across restarts.
-
namespace
The namespace for the requirement.- See Also:
-
directives
The directives for the requirement.- See Also:
-
attributes
The attributes for the requirement.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 requirement.- See Also:
-
-
Constructor Details
-
RequirementDTO
public RequirementDTO()
-