lumis.portal.file.transformation
Interface ITransformationParameter

Package class diagram package ITransformationParameter
All Known Implementing Classes:
SimpleTransformationParameter

public interface ITransformationParameter

Transformation parameter, used to keep information about file transformation.

Since:
6.1.0

Method Summary
 java.lang.String getId()
          Returns the transformation parameter id.
 IParameterType getParameter()
          Returns the parameter.
 java.lang.Object getValue()
          Returns the parameter value.
 

Method Detail

getId

java.lang.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

java.lang.Object getValue()
Returns the parameter value.

Returns:
the parameter value.
Since:
6.1.0


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.