public static enum SafetyService.ENTITY_TYPE extends Enum<SafetyService.ENTITY_TYPE>
| Modifier and Type | Method and Description |
|---|---|
static SafetyService.ENTITY_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SafetyService.ENTITY_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SafetyService.ENTITY_TYPE Workorder
public static final SafetyService.ENTITY_TYPE Equipment
public static SafetyService.ENTITY_TYPE[] values()
for (SafetyService.ENTITY_TYPE c : SafetyService.ENTITY_TYPE.values()) System.out.println(c);
public static SafetyService.ENTITY_TYPE 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 © 2020 CERN European Organization for Nuclear Research. All rights reserved.