Package lumis.portal.file.transformation
Interface ITransformationParameter
-
- All Known Implementing Classes:
SimpleTransformationParameter
public interface ITransformationParameter
Transformation parameter, used to keep information about file transformation.- Since:
- 6.1.0
- Version:
- $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Returns the transformation parameter id.IParameterType
getParameter()
Returns the parameter.Object
getValue()
Returns the parameter value.
-
-
-
Method Detail
-
getId
String getId()
Returns the transformation parameter id.- Returns:
- the id
- Since:
- 6.1.0
-
getParameter
IParameterType getParameter()
Returns the parameter.- Returns:
- the parameter.
- Since:
- 6.1.0
-
getValue
Object getValue()
Returns the parameter value.- Returns:
- the parameter value.
- Since:
- 6.1.0
-
-