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