fr.jussieu.gla.wasa.util.customizer
Class TabuListTrigger

java.lang.Object
  |
  +--com.lc.util.SafeEnumeration
        |
        +--fr.jussieu.gla.wasa.util.customizer.TabuListTrigger
All Implemented Interfaces:
java.lang.Comparable

public class TabuListTrigger
extends SafeEnumeration

Describes strategy to handle TabuList. By convention, null means doing nothing.

Version:
$Revision: 1.1 $ $Date: 2002/04/04 15:57:32 $
Author:
Laurent Caillette

Field Summary
static TabuListTrigger ALWAYS
           
static TabuListTrigger IF_FULL
           
 
Methods inherited from class com.lc.util.SafeEnumeration
compareTo, getByDeclaringName, getDeclaringName, getElements, getFirstElement, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ALWAYS

public static final TabuListTrigger ALWAYS

IF_FULL

public static final TabuListTrigger IF_FULL