prantl.ant.eclipse
Class EclipseElement.Mode

java.lang.Object
  extended by EnumeratedAttribute
      extended by prantl.ant.eclipse.EclipseElement.Mode
Enclosing class:
EclipseElement

public static class EclipseElement.Mode
extends EnumeratedAttribute

EnumeratedAttribute implementation supporting the available project modes.

Since:
Ant-Eclipse 1.0
Author:
Ferdinand Prantl <prantl@users.sourceforge.net>

Field Summary
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 Summary
EclipseElement.Mode()
           
 
Method Summary
 java.lang.String[] getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVA

public static final int JAVA
Forces the Java mode to use JDT in the project.

See Also:
Constant Field Values

ASPECTJ

public static final int ASPECTJ
Forces the AspectJ mode to use AJDT in the project.

See Also:
Constant Field Values
Constructor Detail

EclipseElement.Mode

public EclipseElement.Mode()
Method Detail

getValues

public java.lang.String[] getValues()
See Also:
EnumeratedAttribute#getValues()