Uses of Class
aQute.bnd.metatype.annotations.AttributeType
-
Packages that use AttributeType Package Description aQute.bnd.metatype aQute.bnd.metatype.annotations Metatype Annotations Package Version 1.4. -
-
Uses of AttributeType in aQute.bnd.metatype
Fields in aQute.bnd.metatype declared as AttributeType Modifier and Type Field Description (package private) AttributeType
ADDef. type
Methods in aQute.bnd.metatype that return AttributeType Modifier and Type Method Description private AttributeType
OCDReader.OCDDataCollector. getType(java.lang.String rtype)
-
Uses of AttributeType in aQute.bnd.metatype.annotations
Methods in aQute.bnd.metatype.annotations that return AttributeType Modifier and Type Method Description AttributeType
type()
The type of this AttributeDefinition.static AttributeType
AttributeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AttributeType[]
AttributeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-