org.ow2.jasmine.jadort.api.entities.deployment
Class ApplicationBean.ApplicationType
java.lang.Object
org.ow2.jasmine.jadort.api.entities.deployment.ApplicationBean.ApplicationType
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ApplicationBean
public static final class ApplicationBean.ApplicationType
- extends java.lang.Object
- implements java.io.Serializable
Different application types.
We don't use an enum here to preserve compatibility with IIOP runtimes on
Java EE 5. You can check out the bug report and comments on
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6277781 for details.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
JAVA_EE
public static final ApplicationBean.ApplicationType JAVA_EE
OSGI
public static final ApplicationBean.ApplicationType OSGI
equals
public boolean equals(java.lang.Object object)
-
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
-
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
-
- Overrides:
toString in class java.lang.Object
values
public static ApplicationBean.ApplicationType[] values()
- Returns:
- All ActionState values.
valueOf
public static ApplicationBean.ApplicationType valueOf(java.lang.String string)
- Get the ActionState for a string.
- Parameters:
string - ActionState string.
- Returns:
- ActionState for that string.
Copyright © 2009 OW2 Consortium. All Rights Reserved.