|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSVMessageLevel | |
---|---|
fr.paris.lutece.portal.service.csv |
Uses of CSVMessageLevel in fr.paris.lutece.portal.service.csv |
---|
Methods in fr.paris.lutece.portal.service.csv that return CSVMessageLevel | |
---|---|
CSVMessageLevel |
CSVMessageDescriptor.getMessageLevel()
Get the level of the message |
static CSVMessageLevel |
CSVMessageLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CSVMessageLevel[] |
CSVMessageLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in fr.paris.lutece.portal.service.csv with parameters of type CSVMessageLevel | |
---|---|
void |
CSVMessageDescriptor.setMessageLevel(CSVMessageLevel messageLevel)
Set the level of the message |
Constructors in fr.paris.lutece.portal.service.csv with parameters of type CSVMessageLevel | |
---|---|
CSVMessageDescriptor(CSVMessageLevel messageLevel,
int nLineNumber,
String strMessageContent)
Creates a new CSVMessageDescriptor with every attributes initialized |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |