Uses of Interface
aQute.libg.parameters.Attributes.DataType
Packages that use Attributes.DataType
-
Uses of Attributes.DataType in aQute.libg.parameters
Fields in aQute.libg.parameters declared as Attributes.DataTypeModifier and TypeFieldDescriptionstatic final Attributes.DataType<Double>
Attributes.DOUBLE
static final Attributes.DataType<List<Double>>
Attributes.LIST_DOUBLE
static final Attributes.DataType<List<Long>>
Attributes.LIST_LONG
static final Attributes.DataType<List<String>>
Attributes.LIST_STRING
static final Attributes.DataType<List<String>>
Attributes.LIST_VERSION
static final Attributes.DataType<Long>
Attributes.LONG
static final Attributes.DataType<String>
Attributes.STRING
static final Attributes.DataType<String>
Attributes.VERSION
Methods in aQute.libg.parameters with parameters of type Attributes.DataTypeModifier and TypeMethodDescription<T> T
Attributes.getTyped
(Attributes.DataType<T> type, String adname)