Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.StructureField
Packages that use StructureField
-
Uses of StructureField in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return StructureFieldModifier and TypeMethodDescriptionStructureField.Codec.decodeType(EncodingContext context, UaDecoder decoder) StructureField @Nullable []StructureDefinition.getFields()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type StructureFieldMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type StructureFieldModifier and TypeMethodDescriptionvoidStructureField.Codec.encodeType(EncodingContext context, UaEncoder encoder, StructureField value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type StructureFieldModifierConstructorDescriptionStructureDefinition(NodeId defaultEncodingId, NodeId baseDataType, StructureType structureType, StructureField @Nullable [] fields)