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
Fields in aQute.libg.parameters declared as Attributes.Type Modifier and Type Field Description (package private) Attributes.Type
Attributes.Type. sub
Fields in aQute.libg.parameters with type parameters of type Attributes.Type Modifier and Type Field Description private java.util.Map<java.lang.String,Attributes.Type>
Attributes. types
Methods in aQute.libg.parameters that return Attributes.Type Modifier and Type Method Description private Attributes.Type
Attributes. getObjectType(java.lang.Object member)
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)
Constructors in aQute.libg.parameters with parameters of type Attributes.Type Constructor Description Type(Attributes.Type sub, java.lang.String toString)
-