public static enum SPITestHelper.EMode extends Enum<SPITestHelper.EMode>
| Enum Constant and Description |
|---|
IGNORE_ERRORS |
NO_RESOLVE |
STRICT |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isResolve() |
boolean |
isStrict() |
static SPITestHelper.EMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPITestHelper.EMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPITestHelper.EMode STRICT
public static final SPITestHelper.EMode IGNORE_ERRORS
public static final SPITestHelper.EMode NO_RESOLVE
public static SPITestHelper.EMode[] values()
for (SPITestHelper.EMode c : SPITestHelper.EMode.values()) System.out.println(c);
public static SPITestHelper.EMode 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 boolean isStrict()
public boolean isResolve()
Copyright © 2014–2017 Philip Helger. All rights reserved.