TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine.algorithm.converter.impl
Class IIntegerArgumentStringConverter

java.lang.Object
  extended byorg.eclipse.tptp.platform.analysis.util.converter.StringConverter
      extended byorg.eclipse.tptp.platform.analysis.engine.algorithm.converter.impl.IIntegerArgumentStringConverter
All Implemented Interfaces:
IObjectConverter, IStringConverter

public class IIntegerArgumentStringConverter
extends StringConverter


Field Summary
static IIntegerArgumentStringConverter INSTANCE
           
 
Fields inherited from class org.eclipse.tptp.platform.analysis.util.converter.StringConverter
DEFAULT
 
Constructor Summary
IIntegerArgumentStringConverter()
           
 
Method Summary
 java.lang.Object fromString(java.lang.String s)
          Convert the string to an object.
 java.lang.String toString(java.lang.Object o)
          Convert an object to a string.
 
Methods inherited from class org.eclipse.tptp.platform.analysis.util.converter.StringConverter
convert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final IIntegerArgumentStringConverter INSTANCE
Constructor Detail

IIntegerArgumentStringConverter

public IIntegerArgumentStringConverter()
Method Detail

toString

public java.lang.String toString(java.lang.Object o)
                          throws java.lang.IllegalArgumentException
Description copied from interface: IStringConverter
Convert an object to a string.

Parameters:
o -
Returns:
Throws:
java.lang.IllegalArgumentException

fromString

public java.lang.Object fromString(java.lang.String s)
                            throws java.lang.UnsupportedOperationException,
                                   java.lang.IllegalArgumentException
Description copied from interface: IStringConverter
Convert the string to an object.

Parameters:
s -
Returns:
Throws:
java.lang.UnsupportedOperationException
java.lang.IllegalArgumentException

TPTP 4.1.0 Platform Project
Public API Specification