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