F
- type of the source valueT
- type of the converted valuepublic abstract class Converter<F,T> extends Object implements IConverter<F,T>
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, create
public Object getFromType()
IConverter
getFromType
in interface IConverter<F,T>
public Object getToType()
IConverter
getToType
in interface IConverter<F,T>
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.