fr.paris.lutece.plugins.jasper.service
Enum ExportFormatService

java.lang.Object
  extended by java.lang.Enum<ExportFormatService>
      extended by fr.paris.lutece.plugins.jasper.service.ExportFormatService
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ExportFormatService>

public enum ExportFormatService
extends java.lang.Enum<ExportFormatService>

Service fetching the declared section


Enum Constant Summary
INSTANCE
           
 
Method Summary
 java.util.Map<java.lang.String,ILinkJasperReport> getExportTypes()
           
static java.util.Map getListSubClasses(java.lang.String strContextName, java.lang.Class classDef)
          Fetched the subclasses of the section
static ExportFormatService valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExportFormatService[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

INSTANCE

public static final ExportFormatService INSTANCE
Method Detail

values

public static ExportFormatService[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ExportFormatService c : ExportFormatService.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ExportFormatService valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getListSubClasses

public static java.util.Map getListSubClasses(java.lang.String strContextName,
                                              java.lang.Class classDef)
Fetched the subclasses of the section

Parameters:
strContextName - The context name
classDef - The class definition
Returns:
A map containing the beans

getExportTypes

public java.util.Map<java.lang.String,ILinkJasperReport> getExportTypes()


Copyright © 2012 Mairie de Paris. All Rights Reserved.