Uses of Class
aQute.libg.parameters.Attributes.Type
-
Packages that use Attributes.Type Package Description aQute.libg.parameters -
-
Uses of Attributes.Type in aQute.libg.parameters
Methods in aQute.libg.parameters that return Attributes.Type Modifier and Type Method Description Attributes.Type
Attributes. getType(java.lang.String key)
Attributes.Type
Attributes.Type. plural()
static Attributes.Type
Attributes. toType(java.lang.String type)
Attributes.Type
Attributes.DataType. type()
static Attributes.Type
Attributes.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Attributes.Type[]
Attributes.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in aQute.libg.parameters with parameters of type Attributes.Type Modifier and Type Method Description static java.lang.Object
Attributes. convert(Attributes.Type t, java.lang.String s)
-