public static enum DMVUtils.LEVEL_ENUM extends Enum<DMVUtils.LEVEL_ENUM>
| Enum Constant and Description | 
|---|
LEVEL1  | 
LEVEL2  | 
LEVEL3  | 
LEVEL4  | 
LEVEL5  | 
LEVEL6  | 
| Modifier and Type | Method and Description | 
|---|---|
static DMVUtils.LEVEL_ENUM | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DMVUtils.LEVEL_ENUM[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final DMVUtils.LEVEL_ENUM LEVEL1
public static final DMVUtils.LEVEL_ENUM LEVEL2
public static final DMVUtils.LEVEL_ENUM LEVEL3
public static final DMVUtils.LEVEL_ENUM LEVEL4
public static final DMVUtils.LEVEL_ENUM LEVEL5
public static final DMVUtils.LEVEL_ENUM LEVEL6
public static DMVUtils.LEVEL_ENUM[] values()
for (DMVUtils.LEVEL_ENUM c : DMVUtils.LEVEL_ENUM.values()) System.out.println(c);
public static DMVUtils.LEVEL_ENUM 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 © 2021 The Apache Software Foundation. All rights reserved.