| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core | |
| org.eclipse.milo.opcua.stack.core.types.builtin |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableSet<AttributeId> |
AttributeId.BASE_ATTRIBUTES |
static com.google.common.collect.ImmutableSet<AttributeId> |
AttributeId.DATA_TYPE_ATTRIBUTES |
static com.google.common.collect.ImmutableSet<AttributeId> |
AttributeId.METHOD_ATTRIBUTES |
static com.google.common.collect.ImmutableSet<AttributeId> |
AttributeId.OBJECT_ATTRIBUTES |
static com.google.common.collect.ImmutableSet<AttributeId> |
AttributeId.OBJECT_TYPE_ATTRIBUTES |
static com.google.common.collect.ImmutableSet<AttributeId> |
AttributeId.REFERENCE_TYPE_ATTRIBUTES |
static com.google.common.collect.ImmutableSet<AttributeId> |
AttributeId.VARIABLE_ATTRIBUTES |
static com.google.common.collect.ImmutableSet<AttributeId> |
AttributeId.VARIABLE_TYPE_ATTRIBUTES |
static com.google.common.collect.ImmutableSet<AttributeId> |
AttributeId.VIEW_ATTRIBUTES |
| Modifier and Type | Method and Description |
|---|---|
static AttributeId |
AttributeId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeId[] |
AttributeId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<AttributeId> |
AttributeId.from(int attributeId) |
static Optional<AttributeId> |
AttributeId.from(UInteger attributeId) |
static com.google.common.collect.ImmutableSet<AttributeId> |
AttributeId.getAttributes(NodeClass nodeClass)
Get the set of valid attributes for a
NodeClass. |
| Modifier and Type | Method and Description |
|---|---|
DataValue.Builder |
DataValue.Builder.applyTimestamps(AttributeId attributeId,
TimestampsToReturn timestamps) |
Copyright © 2025. All rights reserved.