public static enum MaintenanceDomain.MdLevel extends java.lang.Enum<MaintenanceDomain.MdLevel>
Enum Constant and Description |
---|
LEVEL0 |
LEVEL1 |
LEVEL2 |
LEVEL3 |
LEVEL4 |
LEVEL5 |
LEVEL6 |
LEVEL7 |
Modifier and Type | Method and Description |
---|---|
static MaintenanceDomain.MdLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceDomain.MdLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaintenanceDomain.MdLevel LEVEL0
public static final MaintenanceDomain.MdLevel LEVEL1
public static final MaintenanceDomain.MdLevel LEVEL2
public static final MaintenanceDomain.MdLevel LEVEL3
public static final MaintenanceDomain.MdLevel LEVEL4
public static final MaintenanceDomain.MdLevel LEVEL5
public static final MaintenanceDomain.MdLevel LEVEL6
public static final MaintenanceDomain.MdLevel LEVEL7
public static MaintenanceDomain.MdLevel[] values()
for (MaintenanceDomain.MdLevel c : MaintenanceDomain.MdLevel.values()) System.out.println(c);
public static MaintenanceDomain.MdLevel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null