Uses of Class
com.caucho.j2ee.J2EEVersion

Packages that use J2EEVersion
com.caucho.j2ee   
 

Uses of J2EEVersion in com.caucho.j2ee
 

Methods in com.caucho.j2ee that return J2EEVersion
static J2EEVersion J2EEVersion.getJ2EEVersion(org.w3c.dom.Element top)
          Return a J2EEVersion based on the namespace, the version attribute, and the doctype.
static J2EEVersion J2EEVersion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static J2EEVersion[] J2EEVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.caucho.j2ee with parameters of type J2EEVersion
abstract  boolean J2EEVersion.hasFeaturesOf(J2EEVersion version)
          Returns true if this version is equal to or more recent than the passed version.