public static enum IResourceValidator.BestPracticeWarningLevel extends Enum<IResourceValidator.BestPracticeWarningLevel>
| Modifier and Type | Method and Description |
|---|---|
static IResourceValidator.BestPracticeWarningLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IResourceValidator.BestPracticeWarningLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IResourceValidator.BestPracticeWarningLevel Ignore
public static final IResourceValidator.BestPracticeWarningLevel Hint
public static final IResourceValidator.BestPracticeWarningLevel Warning
public static final IResourceValidator.BestPracticeWarningLevel Error
public static IResourceValidator.BestPracticeWarningLevel[] values()
for (IResourceValidator.BestPracticeWarningLevel c : IResourceValidator.BestPracticeWarningLevel.values()) System.out.println(c);
public static IResourceValidator.BestPracticeWarningLevel 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 nullCopyright © 2014–2021 Health Level 7. All rights reserved.