Home » jboss-javaee-sources » javax.enterprise.deploy » shared » [javadoc | source]
javax.enterprise.deploy.shared
public class: DConfigBeanVersionType [javadoc | source]
java.lang.Object
   javax.enterprise.deploy.shared.DConfigBeanVersionType
An enumeration of deployment status action types.
Field Summary
public static final  DConfigBeanVersionType V1_3    The version type for J2EE 1.3 
public static final  DConfigBeanVersionType V1_3_1    The version type for J2EE 1.3.1 - DO NOT USE 
public static final  DConfigBeanVersionType V1_4    The version type for J2EE 1.4 
public static final  DConfigBeanVersionType V5    The version type for Java EE 5 
Constructor:
 protected DConfigBeanVersionType(int value) 
Method from javax.enterprise.deploy.shared.DConfigBeanVersionType Summary:
getDConfigBeanVersionType,   getEnumValueTable,   getOffset,   getStringTable,   getValue,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.enterprise.deploy.shared.DConfigBeanVersionType Detail:
 public static DConfigBeanVersionType getDConfigBeanVersionType(int type) 
    Get the version type for an integer
 protected DConfigBeanVersionType[] getEnumValueTable() 
    Get the enumerated values for module type
 protected int getOffset() 
    Return the offset of the first element
 protected String[] getStringTable() 
    Get the string table for class DConfigBeanVersion type [todo] check this?
 public int getValue() 
    Get the value
 public String toString()