public static enum CompilerOptions.DeprecationWarnings extends Enum<CompilerOptions.DeprecationWarnings>
| Modifier and Type | Method and Description |
|---|---|
static CompilerOptions.DeprecationWarnings |
fromString(String s) |
static CompilerOptions.DeprecationWarnings |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilerOptions.DeprecationWarnings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompilerOptions.DeprecationWarnings ON
public static final CompilerOptions.DeprecationWarnings OFF
public static final CompilerOptions.DeprecationWarnings FATAL
public static CompilerOptions.DeprecationWarnings[] values()
for (CompilerOptions.DeprecationWarnings c : CompilerOptions.DeprecationWarnings.values()) System.out.println(c);
public static CompilerOptions.DeprecationWarnings 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 static CompilerOptions.DeprecationWarnings fromString(String s)
Copyright © 2014 Quattor. All Rights Reserved.