org.norther.tammi.core.rt
Interface VariableConverter

All Superinterfaces:
ObjectConverter
All Known Implementing Classes:
DefaultVariableConverter

public interface VariableConverter
extends ObjectConverter

An interface to converters between variable types and Variable instances.

Author:
Ilkka Priha

Method Summary
 ObjectName getVariableRegistryName()
          Gets the the variable registry of this converter.
 void setVariableRegistryName(ObjectName registry)
          Sets the variable registry of this converter.
 
Methods inherited from interface org.norther.tammi.core.converter.ObjectConverter
getFormatPattern, getInstance, getInstance, getInstance, getLocalizedPattern, getResourceFinderName, isConversionSupported, setResourceFinderName, toString, toString, toString, toStrings, toStrings, toStrings
 

Method Detail

getVariableRegistryName

ObjectName getVariableRegistryName()
Gets the the variable registry of this converter.

Returns:
the object name of the variable registry or a query.

setVariableRegistryName

void setVariableRegistryName(ObjectName registry)
Sets the variable registry of this converter. If it is not set, the default one will be used.

Parameters:
registry - the object name of the variable registry or a query.


Copyright © 2004 The Norther Organization. All rights reserved.