com.plumtree.server.condition
Class ActionTypeEnum

java.lang.Object
  extended by com.plumtree.server.condition.ActionTypeEnum

public class ActionTypeEnum
extends java.lang.Object

Enumerates the type of actions that can be performed when an expression evaluates to true.

Author:
dustina

Field Summary
static int INVALID
           
static int NUMTYPES
           
static int SUBPORTAL
           
static int[] types
           
 
Constructor Summary
ActionTypeEnum()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID

public static final int INVALID
See Also:
Constant Field Values

SUBPORTAL

public static final int SUBPORTAL
See Also:
Constant Field Values

NUMTYPES

public static final int NUMTYPES
See Also:
Constant Field Values

types

public static final int[] types
Constructor Detail

ActionTypeEnum

public ActionTypeEnum()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.