org.apache.tools.ant.taskdefs.optional.ejb

Class EjbJar.CMPVersion

Enclosing Class:
EjbJar

public static class EjbJar.CMPVersion
extends EnumeratedAttribute

CMP versions supported valid CMP versions are 1.0 and 2.0
Since:
ant 1.6

Field Summary

static String
CMP1_0
1.0 value
static String
CMP2_0
2.0 value

Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute

value

Method Summary

String[]
getValues()
.

Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute

containsValue, getIndex, getInstance, getValue, getValues, indexOfValue, setValue, toString

Field Details

CMP1_0

public static final String CMP1_0
1.0 value

CMP2_0

public static final String CMP2_0
2.0 value

Method Details

getValues

public String[] getValues()
.
Overrides:
getValues in interface EnumeratedAttribute