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.TypeAttributes.Type. subFields 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. typesMethods in aQute.libg.parameters that return Attributes.Type Modifier and Type Method Description private Attributes.TypeAttributes. getObjectType(java.lang.Object member)Attributes.TypeAttributes. getType(java.lang.String key)Attributes.TypeAttributes.Type. plural()static Attributes.TypeAttributes. toType(java.lang.String type)Attributes.TypeAttributes.DataType. type()static Attributes.TypeAttributes.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.ObjectAttributes. 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)
-