Uses of Class
org.apache.plc4x.java.opcua.readwrite.GuidValue
-
Packages that use GuidValue Package Description org.apache.plc4x.java.opcua.readwrite -
-
Uses of GuidValue in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as GuidValue Modifier and Type Field Description protected GuidValueFieldMetaData. dataSetFieldIdprotected GuidValueFieldTargetDataType. dataSetFieldIdprotected GuidValueGuidNodeId. identifierFields in org.apache.plc4x.java.opcua.readwrite with type parameters of type GuidValue Modifier and Type Field Description protected List<GuidValue>VariantGuid. valueMethods in org.apache.plc4x.java.opcua.readwrite that return GuidValue Modifier and Type Method Description GuidValueFieldMetaData. getDataSetFieldId()GuidValueFieldTargetDataType. getDataSetFieldId()GuidValueGuidNodeId. getIdentifier()static GuidValueGuidValue. staticParse(ReadBuffer readBuffer)static GuidValueGuidValue. staticParse(ReadBuffer readBuffer, Object... args)Methods in org.apache.plc4x.java.opcua.readwrite that return types with arguments of type GuidValue Modifier and Type Method Description List<GuidValue>VariantGuid. getValue()Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type GuidValue Constructor Description FieldMetaData(PascalString name, LocalizedText description, DataSetFieldFlags fieldFlags, short builtInType, NodeId dataType, int valueRank, int noOfArrayDimensions, List<Long> arrayDimensions, long maxStringLength, GuidValue dataSetFieldId, int noOfProperties, List<ExtensionObjectDefinition> properties)FieldMetaDataBuilderImpl(PascalString name, LocalizedText description, DataSetFieldFlags fieldFlags, short builtInType, NodeId dataType, int valueRank, int noOfArrayDimensions, List<Long> arrayDimensions, long maxStringLength, GuidValue dataSetFieldId, int noOfProperties, List<ExtensionObjectDefinition> properties)FieldTargetDataType(GuidValue dataSetFieldId, PascalString receiverIndexRange, NodeId targetNodeId, long attributeId, PascalString writeIndexRange, OverrideValueHandling overrideValueHandling, Variant overrideValue)FieldTargetDataTypeBuilderImpl(GuidValue dataSetFieldId, PascalString receiverIndexRange, NodeId targetNodeId, long attributeId, PascalString writeIndexRange, OverrideValueHandling overrideValueHandling, Variant overrideValue)GuidNodeId(int namespaceIndex, GuidValue identifier)Constructor parameters in org.apache.plc4x.java.opcua.readwrite with type arguments of type GuidValue Constructor Description VariantGuidBuilderImpl(Integer arrayLength, List<GuidValue> value)
-