com.taco.swinger.text2gui
Class StringToCloseOperationConverter

java.lang.Object
  extended by com.taco.text.AbstractStringToObjectConverter
      extended by com.taco.text.MappedStringToObjectConverter
          extended by com.taco.swinger.text2gui.StringToCloseOperationConverter
All Implemented Interfaces:
IStringToObjectConverter, IObjectMapper, java.io.Serializable

public class StringToCloseOperationConverter
extends MappedStringToObjectConverter

A converter from strings to closing operation identifiers.

See Also:
Serialized Form

Field Summary
static StringToCloseOperationConverter instance
           
 
Fields inherited from class com.taco.text.MappedStringToObjectConverter
_defaultValue, _map, _NO_DEFAULT_VALUE
 
Method Summary
 
Methods inherited from class com.taco.text.MappedStringToObjectConverter
toObject
 
Methods inherited from class com.taco.text.AbstractStringToObjectConverter
map
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final StringToCloseOperationConverter instance