Package 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
-
-
Constructor Summary
Constructors Constructor Description FieldDef(int access, java.lang.String name, java.lang.String descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getConstant()
Descriptors.TypeRef
getContainingClass()
Descriptors.Descriptor
getDescriptor()
java.lang.String
getGenericReturnType()
java.lang.String
getName()
Descriptors.TypeRef[]
getPrototype()
java.lang.String
getSignature()
Descriptors.TypeRef
getType()
boolean
isDeprecated()
void
setConstant(java.lang.Object o)
void
setDeprecated(boolean deprecated)
java.lang.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
-
-
-
-
Method Detail
-
isDeprecated
public boolean isDeprecated()
-
setDeprecated
public void setDeprecated(boolean deprecated)
-
getType
public Descriptors.TypeRef getType()
-
getContainingClass
public Descriptors.TypeRef getContainingClass()
-
getDescriptor
public Descriptors.Descriptor getDescriptor()
-
setConstant
public void setConstant(java.lang.Object o)
-
getConstant
public java.lang.Object getConstant()
-
getGenericReturnType
public java.lang.String getGenericReturnType()
-
getPrototype
public Descriptors.TypeRef[] getPrototype()
- Specified by:
getPrototype
in classClazz.Def
-
getSignature
public java.lang.String getSignature()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-