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