public class ReferenceDTO extends DTO
Modifier and Type | Field and Description |
---|---|
String |
bind
The name of the bind method of the reference.
|
String |
cardinality
The cardinality of the reference.
|
String |
collectionType
The collection type for the reference.
|
String |
field
The name of the field of the reference.
|
String |
fieldOption
The field option of the reference.
|
String |
interfaceName
The service interface of the reference.
|
String |
name
The name of the reference.
|
Integer |
parameter
The zero-based parameter number of the constructor parameter for the
reference.
|
String |
policy
The policy of the reference.
|
String |
policyOption
The policy option of the reference.
|
String |
scope
The scope of the reference.
|
String |
target
The target of the reference.
|
String |
unbind
The name of the unbind method of the reference.
|
String |
updated
The 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.
public Integer parameter
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.
public String collectionType
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.
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0