public abstract class Converter extends Object implements IConverter
| Constructor and Description |
|---|
Converter(Object fromType,
Object toType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFromType()
Returns the type whose instances can be converted by this converter.
|
Object |
getToType()
Returns the type to which this converter can convert.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertpublic Object getFromType()
IConvertergetFromType in interface IConverterpublic Object getToType()
IConvertergetToType in interface IConverter
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.