net.sf.maventaglib.checker
Class ELFunction

java.lang.Object
  extended by net.sf.maventaglib.checker.TldItem
      extended by net.sf.maventaglib.checker.ELFunction
All Implemented Interfaces:
java.lang.Comparable

public class ELFunction
extends TldItem

Contains information about an EL function.

Version:
$Revision $ ($Author $)
Author:
Fabrizio Giustina

Constructor Summary
ELFunction()
           
 
Method Summary
 java.lang.String getFunctionClass()
          Returns the functionClass.
 java.lang.String getFunctionSignature()
          Returns the functionSignature.
 java.lang.String getParameters()
          Returns the parameters.
 void setFunctionClass(java.lang.String functionClass)
          Sets the functionClass.
 void setFunctionSignature(java.lang.String functionSignature)
          Sets the functionSignature.
 void setParameters(java.lang.String parameters)
          Sets the parameters.
 
Methods inherited from class net.sf.maventaglib.checker.TldItem
compareTo, getDescription, getExample, getName, isDeprecated, setDeprecated, setDescription, setExample, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELFunction

public ELFunction()
Method Detail

getFunctionClass

public java.lang.String getFunctionClass()
Returns the functionClass.

Returns:
the functionClass

setFunctionClass

public void setFunctionClass(java.lang.String functionClass)
Sets the functionClass.

Parameters:
functionClass - the functionClass to set

getFunctionSignature

public java.lang.String getFunctionSignature()
Returns the functionSignature.

Returns:
the functionSignature

setFunctionSignature

public void setFunctionSignature(java.lang.String functionSignature)
Sets the functionSignature.

Parameters:
functionSignature - the functionSignature to set

getParameters

public java.lang.String getParameters()
Returns the parameters.

Returns:
the parameters

setParameters

public void setParameters(java.lang.String parameters)
Sets the parameters.

Parameters:
parameters - the parameters to set


Copyright © 2004-2011 Fabrizio Giustina. All Rights Reserved.