nl.gx.webmanager.wcb
Enum WCBConstants.WCB_RESOURCETYPE
java.lang.Object
java.lang.Enum<WCBConstants.WCB_RESOURCETYPE>
nl.gx.webmanager.wcb.WCBConstants.WCB_RESOURCETYPE
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<WCBConstants.WCB_RESOURCETYPE>
- Enclosing interface:
- WCBConstants
public static enum WCBConstants.WCB_RESOURCETYPE
- extends java.lang.Enum<WCBConstants.WCB_RESOURCETYPE>
WCB resource type used for deployment and lookup deploy dirs for specific resource types
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
EDIT_PRESENTATION
public static final WCBConstants.WCB_RESOURCETYPE EDIT_PRESENTATION
SHOW_PRESENTATION
public static final WCBConstants.WCB_RESOURCETYPE SHOW_PRESENTATION
STATIC_BACKEND
public static final WCBConstants.WCB_RESOURCETYPE STATIC_BACKEND
STATIC_FRONTEND
public static final WCBConstants.WCB_RESOURCETYPE STATIC_FRONTEND
MESSAGES
public static final WCBConstants.WCB_RESOURCETYPE MESSAGES
JSPTAGS
public static final WCBConstants.WCB_RESOURCETYPE JSPTAGS
EDIT_PRESENTATION_JAR_SRC
public static final WCBConstants.WCB_RESOURCETYPE EDIT_PRESENTATION_JAR_SRC
SHOW_PRESENTATION_JAR_SRC
public static final WCBConstants.WCB_RESOURCETYPE SHOW_PRESENTATION_JAR_SRC
STATIC_BACKEND_JAR_SRC
public static final WCBConstants.WCB_RESOURCETYPE STATIC_BACKEND_JAR_SRC
STATIC_FRONTEND_JAR_SRC
public static final WCBConstants.WCB_RESOURCETYPE STATIC_FRONTEND_JAR_SRC
MESSAGES_JAR_SRC
public static final WCBConstants.WCB_RESOURCETYPE MESSAGES_JAR_SRC
JSPTAGS_JAR_SRC
public static final WCBConstants.WCB_RESOURCETYPE JSPTAGS_JAR_SRC
values
public static WCBConstants.WCB_RESOURCETYPE[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (WCBConstants.WCB_RESOURCETYPE c : WCBConstants.WCB_RESOURCETYPE.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static WCBConstants.WCB_RESOURCETYPE valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
Copyright © 2007-2011 GX Software BV. All Rights Reserved.