- java.lang.Object
-
- org.osgi.dto.DTO
-
- biz.aQute.bnd.reporter.component.dto.OptionDTO
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
String |
label
The label of the option.
|
String |
value
The value of the option.
|
-
Constructor Summary
Constructors
| Constructor and Description |
OptionDTO() |
-
Method Summary
-
Methods inherited from class org.osgi.dto.DTO
toString
-
-
Field Detail
-
label
public String label
The label of the option.
Must not be null.
-
value
public String value
The value of the option.
Must not be null.
-
Constructor Detail
-
OptionDTO
public OptionDTO()
Copyright © 2021. All rights reserved.