public class ReferenceDTO
extends DTO
Modifier and Type | Field and Description |
---|---|
java.lang.String |
bind
The name of the bind method of the reference.
|
java.lang.String |
cardinality
The cardinality of the reference.
|
java.lang.String |
collectionType
The collection type for the reference.
|
java.lang.String |
field
The name of the field of the reference.
|
java.lang.String |
fieldOption
The field option of the reference.
|
java.lang.String |
interfaceName
The service interface of the reference.
|
java.lang.String |
name
The name of the reference.
|
java.lang.Integer |
parameter
The zero-based parameter number of the constructor parameter for the
reference.
|
java.lang.String |
policy
The policy of the reference.
|
java.lang.String |
policyOption
The policy option of the reference.
|
java.lang.String |
scope
The scope of the reference.
|
java.lang.String |
target
The target of the reference.
|
java.lang.String |
unbind
The name of the unbind method of the reference.
|
java.lang.String |
updated
The name of the updated method of the reference.
|
Constructor and Description |
---|
ReferenceDTO() |
public java.lang.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 java.lang.String interfaceName
This is declared in the interface
attribute of the
reference
element.
public java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"