com.planet_ink.coffee_mud.Libraries.interfaces
Class GenericEditor.CMEvalStrChoice

java.lang.Object
  extended by com.planet_ink.coffee_mud.Libraries.interfaces.GenericEditor.CMEvalStrChoice
All Implemented Interfaces:
GenericEditor.CMEval
Enclosing interface:
GenericEditor

public static class GenericEditor.CMEvalStrChoice
extends java.lang.Object
implements GenericEditor.CMEval


Field Summary
static GenericEditor.CMEvalStrChoice INSTANCE
           
 
Constructor Summary
GenericEditor.CMEvalStrChoice()
           
 
Method Summary
 java.lang.Object eval(java.lang.Object val, java.lang.Object[] choices, boolean emptyOK)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static GenericEditor.CMEvalStrChoice INSTANCE
Constructor Detail

GenericEditor.CMEvalStrChoice

public GenericEditor.CMEvalStrChoice()
Method Detail

eval

public java.lang.Object eval(java.lang.Object val,
                             java.lang.Object[] choices,
                             boolean emptyOK)
                      throws CMException
Specified by:
eval in interface GenericEditor.CMEval
Throws:
CMException