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