public class VersionDTO
extends org.osgi.dto.DTO
| Modifier and Type | Field and Description |
|---|---|
int |
major
The major part of the version.
|
Integer |
micro
The micro part of the version.
|
Integer |
minor
The minor part of the version.
|
String |
qualifier
The qualifier part of the version.
|
| Constructor and Description |
|---|
VersionDTO() |
public int major
public Integer minor
Must be null if the version does not contain a minor part.
public Integer micro
Must be null if the version does not contain a minor or a micro
part.
public String qualifier
Must be null if the version does not contain a minor, a micro or
a qualifier part.
Copyright © 2021. All rights reserved.