aQute.bnd.osgi
Class Clazz.FieldDef
java.lang.Object
aQute.bnd.osgi.Clazz.Def
aQute.bnd.osgi.Clazz.FieldDef
- Direct Known Subclasses:
- Clazz.MethodDef
- Enclosing class:
- Clazz
public class Clazz.FieldDef
- extends Clazz.Def
| 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 |
Clazz.FieldDef
public Clazz.FieldDef(int access,
String name,
String descriptor)
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.