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