TPTP 4.1.0 Platform Project
Public API Specification

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

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

public class IEObjectArgumentStringConverter
extends StringConverter


Field Summary
static IEObjectArgumentStringConverter INSTANCE
           
 
Fields inherited from class org.eclipse.tptp.platform.analysis.util.converter.StringConverter
DEFAULT
 
Constructor Summary
IEObjectArgumentStringConverter()
           
 
Method Summary
 java.lang.Object fromString(java.lang.String s)
          Convert the string to an object.
 void setTypeObject(org.eclipse.emf.ecore.EDataType type)
           
 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 IEObjectArgumentStringConverter INSTANCE
Constructor Detail

IEObjectArgumentStringConverter

public IEObjectArgumentStringConverter()
Method Detail

setTypeObject

public void setTypeObject(org.eclipse.emf.ecore.EDataType type)

toString

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

Parameters:
o -
Returns:

fromString

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

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

TPTP 4.1.0 Platform Project
Public API Specification