Package aQute.bnd.osgi
Class Clazz.TypeDef
- java.lang.Object
-
- aQute.bnd.osgi.Clazz.Def
-
- aQute.bnd.osgi.Clazz.TypeDef
-
-
Constructor Summary
Constructors Constructor Description TypeDef(Descriptors.TypeRef type, boolean interf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getImplements()
java.lang.String
getName()
Descriptors.TypeRef
getReference()
Descriptors.TypeRef
getType()
-
Methods inherited from class aQute.bnd.osgi.Clazz.Def
getAccess, getClazz, getOwnerType, isAbstract, isAnnotation, isEnum, isFinal, isInterface, isModule, isNative, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isVolatile
-
-
-
-
Constructor Detail
-
TypeDef
public TypeDef(Descriptors.TypeRef type, boolean interf)
-
-
Method Detail
-
getReference
public Descriptors.TypeRef getReference()
-
getImplements
public boolean getImplements()
-
getType
public Descriptors.TypeRef getType()
-
-