com.redstarhackers.craftsman.typedefs
Class ModuleType

java.lang.Object
  extended by EnumeratedValue
      extended by com.redstarhackers.craftsman.typedefs.ModuleType

public class ModuleType
extends EnumeratedValue

TODO Class summary sentence. Class documentation.

Version:
$Revision: 160 $
Author:
$Author: kostya $

Field Summary
static ModuleType CRAFTSMAN
           
static java.lang.String CRAFTSMAN_VAL
           
static ModuleType J2EE_APP
           
static java.lang.String J2EE_APP_VAL
           
static ModuleType J2EE_EJB
           
static java.lang.String J2EE_EJB_VAL
           
static ModuleType J2EE_WEBAPP
           
static java.lang.String J2EE_WEBAPP_VAL
           
static ModuleType JAVA
           
static java.lang.String JAVA_VAL
           
static java.lang.String[] VALUES
           
static ModuleType WEB_SITE
           
static java.lang.String WEB_SITE_VAL
           
 
Constructor Summary
ModuleType()
           
ModuleType(java.lang.String val)
           
 
Method Summary
 java.lang.String[] getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ModuleType

public ModuleType()

ModuleType

public ModuleType(java.lang.String val)
Method Detail

getValues

public java.lang.String[] getValues()