public static enum AndersonDarling.IS_DATA_NORMALIZED extends Enum<AndersonDarling.IS_DATA_NORMALIZED>
| Modifier and Type | Method and Description |
|---|---|
static AndersonDarling.IS_DATA_NORMALIZED |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AndersonDarling.IS_DATA_NORMALIZED[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AndersonDarling.IS_DATA_NORMALIZED YES
public static final AndersonDarling.IS_DATA_NORMALIZED NO
public static AndersonDarling.IS_DATA_NORMALIZED[] values()
for (AndersonDarling.IS_DATA_NORMALIZED c : AndersonDarling.IS_DATA_NORMALIZED.values()) System.out.println(c);
public static AndersonDarling.IS_DATA_NORMALIZED 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 © 2015. All Rights Reserved.