public static class EclipseElement.Mode extends EnumeratedAttribute
Modifier and Type | Field and Description |
---|---|
static int |
ASPECTJ
Forces the AspectJ mode to use AJDT in the project.
|
static int |
JAVA
Forces the Java mode to use JDT in the project.
|
Constructor and Description |
---|
EclipseElement.Mode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getValues() |
public static final int JAVA
public static final int ASPECTJ
public EclipseElement.Mode()
public java.lang.String[] getValues()
EnumeratedAttribute#getValues()