aQute.bnd.osgi
Class Clazz.TypeDef

java.lang.Object
  extended by aQute.bnd.osgi.Clazz.Def
      extended by aQute.bnd.osgi.Clazz.TypeDef
Enclosing class:
Clazz

public class Clazz.TypeDef
extends Clazz.Def


Constructor Summary
Clazz.TypeDef(Descriptors.TypeRef type, boolean interf)
           
 
Method Summary
 boolean getImplements()
           
 String getName()
           
 Descriptors.TypeRef[] getPrototype()
           
 Descriptors.TypeRef getReference()
           
 Descriptors.TypeRef getType()
           
 
Methods inherited from class aQute.bnd.osgi.Clazz.Def
getAccess, getAnnotations, getClazz, getOwnerType, isAbstract, isEnum, isFinal, isInterface, isNative, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isVolatile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clazz.TypeDef

public Clazz.TypeDef(Descriptors.TypeRef type,
                     boolean interf)
Method Detail

getReference

public Descriptors.TypeRef getReference()

getImplements

public boolean getImplements()

getName

public String getName()
Specified by:
getName in class Clazz.Def

getType

public Descriptors.TypeRef getType()
Specified by:
getType in class Clazz.Def

getPrototype

public Descriptors.TypeRef[] getPrototype()
Specified by:
getPrototype in class Clazz.Def


Copyright © 2014 aQute SARL. All rights reserved.