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