aQute.bnd.osgi
Class Clazz.FieldDef

java.lang.Object
  extended by aQute.bnd.osgi.Clazz.Def
      extended by aQute.bnd.osgi.Clazz.FieldDef
Direct Known Subclasses:
Clazz.MethodDef
Enclosing class:
Clazz

public class Clazz.FieldDef
extends Clazz.Def


Constructor Summary
Clazz.FieldDef(int access, String name, String descriptor)
           
 
Method Summary
 Object getConstant()
           
 Descriptors.TypeRef getContainingClass()
           
 Descriptors.Descriptor getDescriptor()
           
 String getGenericReturnType()
           
 String getName()
           
 Descriptors.TypeRef[] getPrototype()
           
 String getSignature()
           
 Descriptors.TypeRef getType()
           
 boolean isDeprecated()
           
 void setConstant(Object o)
           
 void setDeprecated(boolean deprecated)
           
 String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

Clazz.FieldDef

public Clazz.FieldDef(int access,
                      String name,
                      String descriptor)
Method Detail

isDeprecated

public boolean isDeprecated()

setDeprecated

public void setDeprecated(boolean deprecated)

getName

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

getType

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

getContainingClass

public Descriptors.TypeRef getContainingClass()

getDescriptor

public Descriptors.Descriptor getDescriptor()

setConstant

public void setConstant(Object o)

getConstant

public Object getConstant()

getGenericReturnType

public String getGenericReturnType()

getPrototype

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

getSignature

public String getSignature()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 aQute SARL. All rights reserved.