public class VersionRangeDTO
extends org.osgi.dto.DTO
| Modifier and Type | Field and Description |
|---|---|
VersionInRangeDTO |
ceiling
The ceiling of the range.
|
VersionInRangeDTO |
floor
The floor of the range.
|
| Constructor and Description |
|---|
VersionRangeDTO() |
public VersionInRangeDTO floor
If it is not specified this field must be set to the default value.
public VersionInRangeDTO ceiling
If this field is null the ceiling must be interpreted as
infinite.
Copyright © 2021. All rights reserved.