com.redstarhackers.craftsman.typedefs
Class ModuleType
java.lang.Object
EnumeratedValue
com.redstarhackers.craftsman.typedefs.ModuleType
public class ModuleType
- extends EnumeratedValue
TODO Class summary sentence. Class documentation.
- Version:
- $Revision: 160 $
- Author:
- $Author: kostya $
|
Method Summary |
java.lang.String[] |
getValues()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CRAFTSMAN_VAL
public static final java.lang.String CRAFTSMAN_VAL
- See Also:
- Constant Field Values
JAVA_VAL
public static final java.lang.String JAVA_VAL
- See Also:
- Constant Field Values
J2EE_WEBAPP_VAL
public static final java.lang.String J2EE_WEBAPP_VAL
- See Also:
- Constant Field Values
J2EE_EJB_VAL
public static final java.lang.String J2EE_EJB_VAL
- See Also:
- Constant Field Values
J2EE_APP_VAL
public static final java.lang.String J2EE_APP_VAL
- See Also:
- Constant Field Values
WEB_SITE_VAL
public static final java.lang.String WEB_SITE_VAL
- See Also:
- Constant Field Values
VALUES
public static final java.lang.String[] VALUES
CRAFTSMAN
public static final ModuleType CRAFTSMAN
JAVA
public static final ModuleType JAVA
J2EE_WEBAPP
public static final ModuleType J2EE_WEBAPP
J2EE_EJB
public static final ModuleType J2EE_EJB
J2EE_APP
public static final ModuleType J2EE_APP
WEB_SITE
public static final ModuleType WEB_SITE
ModuleType
public ModuleType()
ModuleType
public ModuleType(java.lang.String val)
getValues
public java.lang.String[] getValues()