ModelBasicIdeaProject, BuildableElement, EclipseProject, GradleProject, HierarchicalEclipseProject, HierarchicalElement, IdeaModule, IdeaProjectpublic interface Element extends Model
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getDescription() | Returns the description of the element, or  nullif it has no description. | 
| java.lang.String | getName() | Returns the name of the element. | 
java.lang.String getName()
@Nullable java.lang.String getDescription()
null if it has no description.null if it has no description.