| java.lang.Object org.araneaframework.uilib.support.ConverterKey
Constructor Summary | |
public | ConverterKey(String fromType, String toType) Creates the class, initializing both "to" and "from" types. |
ConverterKey | public ConverterKey(String fromType, String toType)(Code) | | Creates the class, initializing both "to" and "from" types.
Parameters: fromType - the type from which the conversion goes. Parameters: toType - the type to which the conversion goes. |
getFromType | public String getFromType()(Code) | | Returns the type from which the conversion goes.
the type from which the conversion goes. |
getToType | public String getToType()(Code) | | Returns the type to which the conversion goes.
the type to which the conversion goes. |
|
|