public static enum GroovyCompilerGremlinPlugin.Compilation extends Enum<GroovyCompilerGremlinPlugin.Compilation>
| Enum Constant and Description | 
|---|
| COMPILE_STATIC | 
| NONE | 
| TYPE_CHECKED | 
| Modifier and Type | Method and Description | 
|---|---|
| static GroovyCompilerGremlinPlugin.Compilation | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static GroovyCompilerGremlinPlugin.Compilation[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final GroovyCompilerGremlinPlugin.Compilation COMPILE_STATIC
public static final GroovyCompilerGremlinPlugin.Compilation TYPE_CHECKED
public static final GroovyCompilerGremlinPlugin.Compilation NONE
public static GroovyCompilerGremlinPlugin.Compilation[] values()
for (GroovyCompilerGremlinPlugin.Compilation c : GroovyCompilerGremlinPlugin.Compilation.values()) System.out.println(c);
public static GroovyCompilerGremlinPlugin.Compilation 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 © 2013–2022 Apache Software Foundation. All rights reserved.