org.apache.tools.ant.taskdefs.optional.ejb
Class EjbJar.CMPVersion
- EjbJar
public static class EjbJar.CMPVersion
CMP versions supported
valid CMP versions are 1.0 and 2.0
- ant 1.6
String[] | getValues() - This is the only method a subclass needs to implement.
|
CMP1_0
public static final String CMP1_0
CMP2_0
public static final String CMP2_0
getValues
public String[] getValues()
This is the only method a subclass needs to implement.
- getValues in interface EnumeratedAttribute
- an array holding all possible values of the enumeration.
The order of elements must be fixed so that indexOfValue(String)
always return the same index for the same value.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.