public static enum IResourceValidator.CheckDisplayOption extends Enum<IResourceValidator.CheckDisplayOption>
| Enum Constant and Description |
|---|
Check |
CheckCase |
CheckCaseAndSpace |
CheckSpace |
Ignore |
| Modifier and Type | Method and Description |
|---|---|
static IResourceValidator.CheckDisplayOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IResourceValidator.CheckDisplayOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IResourceValidator.CheckDisplayOption Ignore
public static final IResourceValidator.CheckDisplayOption Check
public static final IResourceValidator.CheckDisplayOption CheckCaseAndSpace
public static final IResourceValidator.CheckDisplayOption CheckCase
public static final IResourceValidator.CheckDisplayOption CheckSpace
public static IResourceValidator.CheckDisplayOption[] values()
for (IResourceValidator.CheckDisplayOption c : IResourceValidator.CheckDisplayOption.values()) System.out.println(c);
public static IResourceValidator.CheckDisplayOption 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.