public enum NuitonValidatorScope extends Enum<NuitonValidatorScope>
| Enum Constant and Description |
|---|
ERROR
the error scope level.
|
FATAL
the fatal error scope level.
|
INFO
the information scope level.
|
WARNING
the warning scope level.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static NuitonValidatorScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NuitonValidatorScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NuitonValidatorScope FATAL
public static final NuitonValidatorScope ERROR
public static final NuitonValidatorScope WARNING
public static final NuitonValidatorScope INFO
public static NuitonValidatorScope[] values()
for (NuitonValidatorScope c : NuitonValidatorScope.values()) System.out.println(c);
public static NuitonValidatorScope valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getLabel()
Copyright © 2013–2016 CodeLutin. All rights reserved.