public class TypedAttributeValueDTO
extends org.osgi.dto.DTO
| Modifier and Type | Field and Description |
|---|---|
boolean |
multiValue
Indicates if the property can have multiple values.
|
String |
type
The type of the property.
|
List<String> |
values
A list of values.
|
| Constructor and Description |
|---|
TypedAttributeValueDTO() |
public String type
The type must be the name of the scalar type (eg: String). This
field must not be null.
public boolean multiValue
If it is not specified this field must be set to false.
Copyright © 2021. All rights reserved.