Package org.jboss.forge.roaster.model
Interface EnumConstant.ReadBody<O extends EnumConstant.ReadBody<O>>
- All Superinterfaces:
AnnotationTarget<O>,FieldHolder<O>,Internal,JavaDocCapable<O>,JavaType<O>,MemberHolder<O>,MethodHolder<O>,Named,Origin<O>,Packaged<O>,VisibilityScoped
- All Known Subinterfaces:
EnumConstantSource.Body
- Enclosing interface:
- EnumConstant<O extends JavaEnum<O>>
public static interface EnumConstant.ReadBody<O extends EnumConstant.ReadBody<O>>
extends JavaType<O>, FieldHolder<O>, MethodHolder<O>
Represents the anonymous subclass "body" of a
EnumConstant.-
Method Summary
Methods inherited from interface org.jboss.forge.roaster.model.AnnotationTarget
getAnnotation, getAnnotation, getAnnotations, hasAnnotation, hasAnnotationMethods inherited from interface org.jboss.forge.roaster.model.FieldHolder
getField, getFields, hasField, hasFieldMethods inherited from interface org.jboss.forge.roaster.Internal
getInternalMethods inherited from interface org.jboss.forge.roaster.model.JavaDocCapable
getJavaDoc, hasJavaDocMethods inherited from interface org.jboss.forge.roaster.model.JavaType
getCanonicalName, getEnclosingType, getQualifiedName, getSyntaxErrors, hasSyntaxErrors, isAnnotation, isClass, isEnum, isInterface, isRecord, toUnformattedStringMethods inherited from interface org.jboss.forge.roaster.model.MemberHolder
getMembersMethods inherited from interface org.jboss.forge.roaster.model.MethodHolder
getMethod, getMethod, getMethod, getMethods, hasMethod, hasMethodSignature, hasMethodSignature, hasMethodSignature, hasMethodSignatureMethods inherited from interface org.jboss.forge.roaster.model.Packaged
getPackage, isDefaultPackageMethods inherited from interface org.jboss.forge.roaster.model.VisibilityScoped
getVisibility, isPackagePrivate, isPrivate, isProtected, isPublic