fr.paris.lutece.portal.service.csv
Enum CSVMessageLevel

java.lang.Object
  extended by java.lang.Enum<CSVMessageLevel>
      extended by fr.paris.lutece.portal.service.csv.CSVMessageLevel
All Implemented Interfaces:
Serializable, Comparable<CSVMessageLevel>

public enum CSVMessageLevel
extends Enum<CSVMessageLevel>

Enumeration of levels of errors that occur during a CSV file reading


Enum Constant Summary
ERROR
          Error level
INFO
          Info level
 
Method Summary
static CSVMessageLevel valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CSVMessageLevel[] 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

ERROR

public static final CSVMessageLevel ERROR
Error level


INFO

public static final CSVMessageLevel INFO
Info level

Method Detail

values

public static CSVMessageLevel[] 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 (CSVMessageLevel c : CSVMessageLevel.values())
    System.out.println(c);

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

valueOf

public static CSVMessageLevel valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2014 Mairie de Paris. All Rights Reserved.