public enum HistoryColumnUI extends Enum<HistoryColumnUI>
| Enum Constant and Description |
|---|
ENTITY_ID |
ENTITY_NAME |
ENTITY_TYPE |
ENTRY |
OPERATION |
TIMESTAMP |
USER_ID |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
String |
getTooltip() |
String |
getValue() |
static HistoryColumnUI |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryColumnUI[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoryColumnUI ENTITY_NAME
public static final HistoryColumnUI ENTITY_TYPE
public static final HistoryColumnUI ENTITY_ID
public static final HistoryColumnUI USER_ID
public static final HistoryColumnUI OPERATION
public static final HistoryColumnUI ENTRY
public static final HistoryColumnUI TIMESTAMP
public static HistoryColumnUI[] values()
for (HistoryColumnUI c : HistoryColumnUI.values()) System.out.println(c);
public static HistoryColumnUI 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 getLabel()
public String getTooltip()
public String getValue()
Copyright © 2025 European Spallation Source. All rights reserved.