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, wait
convert
public Object getFromType()
IConverter
getFromType
in interface IConverter
public Object getToType()
IConverter
getToType
in interface IConverter
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.