| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.enumerated | |
| org.eclipse.milo.opcua.stack.core.types.structured |
| Modifier and Type | Method and Description |
|---|---|
FilterOperator |
FilterOperator.Codec.decode(SerializationContext context,
UaDecoder decoder) |
static @Nullable FilterOperator |
FilterOperator.from(int value) |
static FilterOperator |
FilterOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterOperator[] |
FilterOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class<FilterOperator> |
FilterOperator.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterOperator.Codec.encode(SerializationContext context,
UaEncoder encoder,
FilterOperator value) |
| Modifier and Type | Method and Description |
|---|---|
FilterOperator |
ContentFilterElement.getFilterOperator() |
| Constructor and Description |
|---|
ContentFilterElement(FilterOperator filterOperator,
ExtensionObject[] filterOperands) |
Copyright © 2025. All rights reserved.