Package aQute.bnd.osgi
Class Clazz.FieldDef
- java.lang.Object
-
- aQute.bnd.osgi.Clazz.Def
-
- aQute.bnd.osgi.Clazz.ElementDef
-
- aQute.bnd.osgi.Clazz.MemberDef
-
- aQute.bnd.osgi.Clazz.FieldDef
-
- Enclosing class:
- Clazz
public class Clazz.FieldDef extends Clazz.MemberDef
-
-
Constructor Summary
Constructors Constructor Description FieldDef(MemberInfo memberInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Annotation.ElementType
elementType()
java.lang.Object
getConstant()
java.lang.String
getGenericReturnType()
-
Methods inherited from class aQute.bnd.osgi.Clazz.MemberDef
descriptor, getContainingClass, getDescriptor, getName, getType, toString
-
Methods inherited from class aQute.bnd.osgi.Clazz.ElementDef
annotationInfos, annotations, attribute, attributes, attributes, getSignature, isDeprecated, matches, typeAnnotationInfos, typeAnnotations
-
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
-
FieldDef
FieldDef(MemberInfo memberInfo)
-
-
Method Detail
-
getConstant
public java.lang.Object getConstant()
- Specified by:
getConstant
in classClazz.MemberDef
-
getGenericReturnType
public java.lang.String getGenericReturnType()
- Specified by:
getGenericReturnType
in classClazz.MemberDef
-
elementType
Annotation.ElementType elementType()
- Specified by:
elementType
in classClazz.ElementDef
-
-