Class FieldMetaData
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
org.apache.plc4x.java.opcua.readwrite.FieldMetaData
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final shortprotected final GuidValueprotected final NodeIdprotected final LocalizedTextprotected final DataSetFieldFlagsprotected final longprotected final PascalStringprotected final intprotected final intprotected final List<ExtensionObjectDefinition>protected final int -
Constructor Summary
ConstructorsConstructorDescriptionFieldMetaData(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) -
Method Summary
Modifier and TypeMethodDescriptionbooleanshortintintlonggetName()intintintinthashCode()protected voidserializeExtensionObjectDefinitionChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, String identifier) toString()Methods inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
serialize, staticParse, staticParseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
Field Details
-
name
-
description
-
fieldFlags
-
builtInType
protected final short builtInType -
dataType
-
valueRank
protected final int valueRank -
noOfArrayDimensions
protected final int noOfArrayDimensions -
arrayDimensions
-
maxStringLength
protected final long maxStringLength -
dataSetFieldId
-
noOfProperties
protected final int noOfProperties -
properties
-
-
Constructor Details
-
FieldMetaData
public 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)
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin classExtensionObjectDefinition
-
getName
-
getDescription
-
getFieldFlags
-
getBuiltInType
public short getBuiltInType() -
getDataType
-
getValueRank
public int getValueRank() -
getNoOfArrayDimensions
public int getNoOfArrayDimensions() -
getArrayDimensions
-
getMaxStringLength
public long getMaxStringLength() -
getDataSetFieldId
-
getNoOfProperties
public int getNoOfProperties() -
getProperties
-
serializeExtensionObjectDefinitionChild
protected void serializeExtensionObjectDefinitionChild(WriteBuffer writeBuffer) throws SerializationException - Specified by:
serializeExtensionObjectDefinitionChildin classExtensionObjectDefinition- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classExtensionObjectDefinition
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classExtensionObjectDefinition
-
staticParseBuilder
public static FieldMetaData.FieldMetaDataBuilder staticParseBuilder(ReadBuffer readBuffer, String identifier) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classExtensionObjectDefinition
-
hashCode
public int hashCode()- Overrides:
hashCodein classExtensionObjectDefinition
-
toString
- Overrides:
toStringin classExtensionObjectDefinition
-