public enum HistoryEntityConstant extends Enum<HistoryEntityConstant>
| Enum Constant and Description |
|---|
CALL_CHAIN |
EMBEDDED_STEP |
INTEGRATION_CONFIG |
OPERATION |
OPERATION_EVENT_TRIGGER |
OPERATION_PARSING_RULE |
OPERATION_TEMPLATE |
SITUATION |
SITUATION_EVENT_TRIGGER |
SITUATION_STEP |
STUB_PROJECT |
SYSTEM_PARSING_RULE |
SYSTEM_TEMPLATE |
| Modifier and Type | Method and Description |
|---|---|
static HistoryEntityConstant |
fromValue(String value) |
Class<? extends org.qubership.automation.itf.core.model.common.Storable> |
getEntityClass() |
String |
getStringValue() |
static HistoryEntityConstant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryEntityConstant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoryEntityConstant SYSTEM_TEMPLATE
public static final HistoryEntityConstant OPERATION_TEMPLATE
public static final HistoryEntityConstant CALL_CHAIN
public static final HistoryEntityConstant SYSTEM_PARSING_RULE
public static final HistoryEntityConstant OPERATION_PARSING_RULE
public static final HistoryEntityConstant SITUATION_STEP
public static final HistoryEntityConstant EMBEDDED_STEP
public static final HistoryEntityConstant STUB_PROJECT
public static final HistoryEntityConstant INTEGRATION_CONFIG
public static final HistoryEntityConstant OPERATION
public static final HistoryEntityConstant SITUATION
public static final HistoryEntityConstant OPERATION_EVENT_TRIGGER
public static final HistoryEntityConstant SITUATION_EVENT_TRIGGER
public static HistoryEntityConstant[] values()
for (HistoryEntityConstant c : HistoryEntityConstant.values()) System.out.println(c);
public static HistoryEntityConstant 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 static HistoryEntityConstant fromValue(String value)
public String getStringValue()
public Class<? extends org.qubership.automation.itf.core.model.common.Storable> getEntityClass()
Copyright © 2025. All rights reserved.