Class IsExportTypeExpression

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Expression

    public class IsExportTypeExpression
    extends AbstractExpression
    Tests, whether a certain export type is currently used.
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • IsExportTypeExpression

        public IsExportTypeExpression()
    • Method Detail

      • getExportType

        public java.lang.String getExportType()
      • setExportType

        public void setExportType​(java.lang.String exportType)
      • computeValue

        public java.lang.Object computeValue()
                                      throws ExpressionException
        Return the current expression value.

        The value depends (obviously) on the expression implementation.

        Returns:
        the value of the function.
        Throws:
        ExpressionException