Package org.jboss.forge.roaster.model
Interface Field<O extends JavaType<O>>
-
- All Superinterfaces:
AnnotationTarget<O>,FinalCapable,Internal,Member<O>,Named,Origin<O>,StaticCapable,VisibilityScoped
- All Known Subinterfaces:
FieldSource<O>
public interface Field<O extends JavaType<O>> extends Member<O>
- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLiteralInitializer()StringgetStringInitializer()Type<O>getType()Get this field'sType.booleanisTransient()booleanisVolatile()-
Methods inherited from interface org.jboss.forge.roaster.model.AnnotationTarget
getAnnotation, getAnnotation, getAnnotations, hasAnnotation, hasAnnotation
-
Methods inherited from interface org.jboss.forge.roaster.model.FinalCapable
isFinal
-
Methods inherited from interface org.jboss.forge.roaster.Internal
getInternal
-
Methods inherited from interface org.jboss.forge.roaster.model.StaticCapable
isStatic
-
Methods inherited from interface org.jboss.forge.roaster.model.VisibilityScoped
getVisibility, isPackagePrivate, isPrivate, isProtected, isPublic
-
-