Java org.eclipse.jdt.core IImportDeclaration fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core IImportDeclaration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core IImportDeclaration.

The text is from its open source code.

Implementation

org.eclipse.jdt.core.IImportDeclaration has the following implementations.
Click this link to see all its implementation.

Method

StringgetElementName()
Returns the name that has been imported.
intgetFlags()
Returns the modifier flags for this import.
booleanisOnDemand()
Returns whether the import is on-demand.