KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > enterprise > deploy > shared > StateType

javax.enterprise.deploy.shared
Class StateType

java.lang.Object
  extended byjavax.enterprise.deploy.shared.StateType
See Also:
Top Examples, Source Code

public static final StateType COMPLETED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final StateType FAILED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected StateType[] getEnumValueTable()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int getOffset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static StateType getStateType(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String[] getStringTable()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final StateType RELEASED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final StateType RUNNING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected StateType(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags