Top Description Fields Constructors Methods
org.osgi.service.component.runtime.dto

public Class ReferenceDTO

extends DTO
Class Inheritance
Imports
org.osgi.dto.DTO

A representation of a declared reference to a service.
Author
$Id: 9cedd670c3031fefba5a5ecf97d179af1206dd41 $
Since
1.3

Field Summary

Modifier and TypeField and Description
public String
bind

The name of the bind method of the reference.

public String
cardinality

The cardinality of the reference.

public String
collectionType

The collection type for the reference.

public String
field

The name of the field of the reference.

public String
fieldOption

The field option of the reference.

public String
interfaceName

The service interface of the reference.

public String
name

The name of the reference.

public Integer
parameter

The zero-based parameter number of the constructor parameter for the reference.

public String
policy

The policy of the reference.

public String
policyOption

The policy option of the reference.

public String
scope

The scope of the reference.

public String
target

The target of the reference.

public String
unbind

The name of the unbind method of the reference.

public String
updated

The name of the updated method of the reference.

Constructor Summary

AccessConstructor and Description
public

Method Summary

Inherited from org.osgi.dto.DTO:
toString

Field Detail

bindback to summary
public String bind

The name of the bind method of the reference.

This is declared in the bind attribute of the reference element. This must be null if the component description does not declare a bind method for the reference.

cardinalityback to summary
public String cardinality

The cardinality of the reference.

This is declared in the cardinality attribute of the reference element. This must be the default cardinality if the component description does not declare a cardinality for the reference.

collectionTypeback to summary
public String collectionType

The collection type for the reference.

This is declared in the field-collection-type attribute of the reference element. This must be null if the component description does not declare a collection type for the reference.

Since
1.4
fieldback to summary
public String field

The name of the field of the reference.

This is declared in the field attribute of the reference element. This must be null if the component description does not declare a field for the reference.

fieldOptionback to summary
public String fieldOption

The field option of the reference.

This is declared in the field-option attribute of the reference element. This must be null if the component description does not declare a field for the reference.

interfaceNameback to summary
public String interfaceName

The service interface of the reference.

This is declared in the interface attribute of the reference element.

nameback to summary
public String name

The name of the reference.

This is declared in the name attribute of the reference element. This must be the default name if the component description does not declare a name for the reference.

parameterback to summary
public Integer parameter

The zero-based parameter number of the constructor parameter for the reference.

This is declared in the parameter attribute of the reference element. This must be null if the component description does not declare a parameter number for the reference.

Since
1.4
policyback to summary
public String policy

The policy of the reference.

This is declared in the policy attribute of the reference element. This must be the default policy if the component description does not declare a policy for the reference.

policyOptionback to summary
public String policyOption

The policy option of the reference.

This is declared in the policy-option attribute of the reference element. This must be the default policy option if the component description does not declare a policy option for the reference.

scopeback to summary
public String scope

The scope of the reference.

This is declared in the scope attribute of the reference element. This must be the default scope if the component description does not declare a scope for the reference.

targetback to summary
public String target

The target of the reference.

This is declared in the target attribute of the reference element. This must be null if the component description does not declare a target for the reference.

unbindback to summary
public String unbind

The name of the unbind method of the reference.

This is declared in the unbind attribute of the reference element. This must be null if the component description does not declare an unbind method for the reference.

updatedback to summary
public String updated

The name of the updated method of the reference.

This is declared in the updated attribute of the reference element. This must be null if the component description does not declare an updated method for the reference.

Constructor Detail

ReferenceDTOback to summary
public ReferenceDTO()