Class RequirementDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.resource.dto.RequirementDTO
Data Transfer Object for a Requirement.
- Author:
- $Id: dfa21db37ca5ba2be4524dc8cbfa5adae20a8043 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe attributes for the requirement.The directives for the requirement.intThe unique identifier of the requirement.The namespace for the requirement.intThe identifier of the resource declaring the requirement. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public int idThe unique identifier of the requirement.This identifier is transiently assigned and may vary across restarts.
-
namespace
-
directives
-
attributes
-
resource
public int resourceThe identifier of the resource declaring the requirement.- See Also:
-
-
Constructor Details
-
RequirementDTO
public RequirementDTO()
-