Class VariantBoolean
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.Variant
org.apache.plc4x.java.opcua.readwrite.VariantBoolean
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.plc4x.java.opcua.readwrite.Variant
Variant.VariantBuilder -
Field Summary
FieldsFields inherited from class org.apache.plc4x.java.opcua.readwrite.Variant
arrayDimensions, arrayDimensionsSpecified, arrayLengthSpecified, noOfArrayDimensions -
Constructor Summary
ConstructorsConstructorDescriptionVariantBoolean(boolean arrayLengthSpecified, boolean arrayDimensionsSpecified, Integer noOfArrayDimensions, List<Boolean> arrayDimensions, Integer arrayLength, byte[] value) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintbyte[]getValue()inthashCode()protected voidserializeVariantChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, Boolean arrayLengthSpecified) toString()Methods inherited from class org.apache.plc4x.java.opcua.readwrite.Variant
getArrayDimensions, getArrayDimensionsSpecified, getArrayLengthSpecified, getNoOfArrayDimensions, 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
-
arrayLength
-
value
protected final byte[] value
-
-
Constructor Details
-
VariantBoolean
-
-
Method Details
-
getVariantType
- Specified by:
getVariantTypein classVariant
-
getArrayLength
-
getValue
public byte[] getValue() -
serializeVariantChild
- Specified by:
serializeVariantChildin classVariant- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classVariant
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classVariant
-
staticParseBuilder
public static VariantBoolean.VariantBooleanBuilder staticParseBuilder(ReadBuffer readBuffer, Boolean arrayLengthSpecified) throws ParseException - Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-