Interface NamedSource<T>
-
- All Superinterfaces:
Named
- All Known Subinterfaces:
AnnotationElementSource,EnumConstantSource,EnumConstantSource.Body,FieldSource<O>,JavaAnnotationSource,JavaClassSource,JavaEnumSource,JavaInterfaceSource,JavaPackageInfoSource,JavaSource<T>,MemberSource<O,T>,MethodSource<O>,PropertySource<O>,TypeVariableSource<O>
public interface NamedSource<T> extends Named
Represents a named Java source element.- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TsetName(java.lang.String name)Set the simple-name of thisNamedSourceinstance.
-
-
-
Method Detail
-
setName
T setName(java.lang.String name)
Set the simple-name of thisNamedSourceinstance.- See Also:
Named.getName()
-
-