public class ReferenceDTO extends DTO
| Modifier and Type | Field and Description | 
|---|---|
| String | bindThe name of the bind method of the reference. | 
| String | cardinalityThe cardinality of the reference. | 
| String | fieldThe name of the field of the reference. | 
| String | fieldOptionThe field option of the reference. | 
| String | interfaceNameThe service interface of the reference. | 
| String | nameThe name of the reference. | 
| String | policyThe policy of the reference. | 
| String | policyOptionThe policy option of the reference. | 
| String | scopeThe scope of the reference. | 
| String | targetThe target of the reference. | 
| String | unbindThe name of the unbind method of the reference. | 
| String | updatedThe name of the updated method of the reference. | 
| Constructor and Description | 
|---|
| ReferenceDTO() | 
public String name
 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.
public String interfaceName
 This is declared in the interface attribute of the
 reference element.
public String cardinality
 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.
public String policy
 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.
public String policyOption
 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.
public String target
 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.
public String bind
 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.
public String unbind
 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.
public String updated
 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.
public String field
 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.
public String fieldOption
 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.
public String scope
 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.
Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0