Class AbstractFunctionCategory
- java.lang.Object
-
- org.pentaho.reporting.libraries.formula.function.AbstractFunctionCategory
-
- All Implemented Interfaces:
FunctionCategory
- Direct Known Subclasses:
DateTimeFunctionCategory,FinancialFunctionCategory,InformationFunctionCategory,InvalidFunctionCategory,LogicalFunctionCategory,MathFunctionCategory,RoundingFunctionCategory,TextFunctionCategory,UserDefinedFunctionCategory
public class AbstractFunctionCategory extends java.lang.Object implements FunctionCategory
Creation-Date: 05.11.2006, 14:31:22- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDescription(java.util.Locale locale)java.lang.StringgetDisplayName(java.util.Locale locale)inthashCode()
-
-
-
Method Detail
-
getDisplayName
public java.lang.String getDisplayName(java.util.Locale locale)
- Specified by:
getDisplayNamein interfaceFunctionCategory
-
getDescription
public java.lang.String getDescription(java.util.Locale locale)
- Specified by:
getDescriptionin interfaceFunctionCategory
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-