public static enum Recompiler.ResetType extends Enum<Recompiler.ResetType>
| Enum Constant and Description | 
|---|
| NO_RESET | 
| RESET | 
| RESET_KNOWN_DIMS | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isReset() | 
| static Recompiler.ResetType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Recompiler.ResetType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Recompiler.ResetType RESET
public static final Recompiler.ResetType RESET_KNOWN_DIMS
public static final Recompiler.ResetType NO_RESET
public static Recompiler.ResetType[] values()
for (Recompiler.ResetType c : Recompiler.ResetType.values()) System.out.println(c);
public static Recompiler.ResetType 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 isReset()
Copyright © 2020 The Apache Software Foundation. All rights reserved.