net.officefloor.eclipse.common.dialog.input
Interface ValueTranslator

All Known Implementing Classes:
ManagedObjectScopeInput, ResourceFullPathValueTranslator

public interface ValueTranslator

Translates the Input value to the value for use.

Author:
Daniel Sagenschneider

Method Summary
 Object translate(Object inputValue)
          Translates the Input value to the value for use.
 

Method Detail

translate

Object translate(Object inputValue)
                 throws InvalidValueException
Translates the Input value to the value for use.

Parameters:
value - Input value.
Returns:
Translated value.
Throws:
InvalidValueException - If Input value is invalid and can not be converted to the value for use.


Copyright © 2005-2013. All Rights Reserved.