Uses of Record Class
org.eclipse.milo.opcua.sdk.core.types.DynamicUnionType.UnionValue
Packages that use DynamicUnionType.UnionValue
-
Uses of DynamicUnionType.UnionValue in org.eclipse.milo.opcua.sdk.core.types
Methods in org.eclipse.milo.opcua.sdk.core.types that return types with arguments of type DynamicUnionType.UnionValueModifier and TypeMethodDescriptionDynamicUnionType.getValue()Get the value of this union.DynamicUnionType.newInstanceFactory(DataType dataType) Create a new instance "factory" that produces new DynamicUnionType instances of the given DataType.Methods in org.eclipse.milo.opcua.sdk.core.types with parameters of type DynamicUnionType.UnionValueModifier and TypeMethodDescriptionstatic DynamicUnionTypeDynamicUnionType.newInstance(DataType dataType, @Nullable DynamicUnionType.UnionValue value) Create a new DynamicUnionType using the given DataType and value.Constructors in org.eclipse.milo.opcua.sdk.core.types with parameters of type DynamicUnionType.UnionValueModifierConstructorDescriptionDynamicUnionType(DataType dataType, @Nullable DynamicUnionType.UnionValue value)