public enum EntityTypeOperation extends Enum<EntityTypeOperation>
| Enum Constant and Description |
|---|
CREATE |
DELETE |
RESTORE |
REUSE
This operation is used in History when a cable is being reused
|
UPDATE |
VALIDATE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
static EntityTypeOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityTypeOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityTypeOperation CREATE
public static final EntityTypeOperation UPDATE
public static final EntityTypeOperation DELETE
public static final EntityTypeOperation RESTORE
public static final EntityTypeOperation REUSE
public static final EntityTypeOperation VALIDATE
public static EntityTypeOperation[] values()
for (EntityTypeOperation c : EntityTypeOperation.values()) System.out.println(c);
public static EntityTypeOperation 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 getDisplayName()
Copyright © 2025 European Spallation Source. All rights reserved.