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