public static enum ChangeRequestDTO.CategoryEnum extends Enum<ChangeRequestDTO.CategoryEnum>
| Enum Constant and Description |
|---|
ADAPTIVE |
CORRECTIVE |
OTHER |
PERFECTIVE |
PREVENTIVE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ChangeRequestDTO.CategoryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeRequestDTO.CategoryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChangeRequestDTO.CategoryEnum ADAPTIVE
public static final ChangeRequestDTO.CategoryEnum CORRECTIVE
public static final ChangeRequestDTO.CategoryEnum PERFECTIVE
public static final ChangeRequestDTO.CategoryEnum PREVENTIVE
public static final ChangeRequestDTO.CategoryEnum OTHER
public static ChangeRequestDTO.CategoryEnum[] values()
for (ChangeRequestDTO.CategoryEnum c : ChangeRequestDTO.CategoryEnum.values()) System.out.println(c);
public static ChangeRequestDTO.CategoryEnum 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 String toString()
toString in class Enum<ChangeRequestDTO.CategoryEnum>Copyright © 2019 DocDoku. All rights reserved.