Package | Description |
---|---|
org.osgi.service.cdi |
CDI Integration Package Version 1.0.
|
org.osgi.service.cdi.runtime.dto.template |
CDI Integration Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
static MaximumCardinality |
MaximumCardinality.fromInt(int value)
Resolve an integer to an upper cardinality boundary.
|
static MaximumCardinality |
MaximumCardinality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaximumCardinality[] |
MaximumCardinality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
MaximumCardinality |
ConfigurationTemplateDTO.maximumCardinality
The maximum cardinality of the configuration dependency.
|
MaximumCardinality |
ReferenceTemplateDTO.maximumCardinality
The maximum cardinality of the reference.
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0