TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.util.converter
Class StringConverter

java.lang.Object
  extended byorg.eclipse.tptp.platform.analysis.util.converter.StringConverter
All Implemented Interfaces:
IObjectConverter, IStringConverter
Direct Known Subclasses:
ComponentProxyStringConverter, ElementStringConverter, EmfEnumStringConverter, EmfFactoryStringConverter, FieldProxyStringConverter, IBooleanArgumentStringConverter, IClassArgumentStringConverter, IComponentArgumentConverter, IDoubleArgumentStringConverter, IEObjectArgumentStringConverter, IIntegerArgumentStringConverter, IInterfaceArgumentStringConverter, ILongArgumentStringConverter, IMethodArgumentStringConverter, IPackageArgumentStringConverter, IStringArgumentStringConverter, MethodProxyStringConverter, PackageProxyStringConverter, PrimitiveTypeProxyStringConverter, PropertyEditorStringConverterAdapter, ResourceFilterStringConverter, ResourceStringConverter, ShortMethodProxyStringConverter

public abstract class StringConverter
extends java.lang.Object
implements IStringConverter

StringConverter


Field Summary
static StringConverter DEFAULT
           
 
Constructor Summary
StringConverter()
           
 
Method Summary
 java.lang.Object convert(java.lang.Object o)
          Convert.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.tptp.platform.analysis.util.converter.IStringConverter
fromString, toString
 

Field Detail

DEFAULT

public static final StringConverter DEFAULT
Constructor Detail

StringConverter

public StringConverter()
Method Detail

convert

public java.lang.Object convert(java.lang.Object o)
                         throws java.lang.IllegalArgumentException
Convert.

Specified by:
convert in interface IObjectConverter
Parameters:
o -
Returns:
Throws:
java.lang.IllegalArgumentException

TPTP 4.1.0 Platform Project
Public API Specification