public enum RedundancySupport extends Enum<RedundancySupport> implements UaEnumeration
| Modifier and Type | Class and Description |
|---|---|
static class |
RedundancySupport.Codec |
| Enum Constant and Description |
|---|
Cold |
Hot |
HotAndMirrored |
None |
Transparent |
Warm |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable RedundancySupport |
from(int value) |
static ExpandedNodeId |
getTypeId() |
int |
getValue() |
static RedundancySupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedundancySupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RedundancySupport None
public static final RedundancySupport Cold
public static final RedundancySupport Warm
public static final RedundancySupport Hot
public static final RedundancySupport Transparent
public static final RedundancySupport HotAndMirrored
public static RedundancySupport[] values()
for (RedundancySupport c : RedundancySupport.values()) System.out.println(c);
public static RedundancySupport 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 int getValue()
getValue in interface UaEnumeration@Nullable public static @Nullable RedundancySupport from(int value)
public static ExpandedNodeId getTypeId()
Copyright © 2025. All rights reserved.