Klasse Variant
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.Variant
- Alle implementierten Schnittstellen:
Message,Serializable
- Bekannte direkte Unterklassen:
VariantBoolean,VariantByte,VariantByteString,VariantDataValue,VariantDateTime,VariantDiagnosticInfo,VariantDouble,VariantExpandedNodeId,VariantExtensionObject,VariantFloat,VariantGuid,VariantInt16,VariantInt32,VariantInt64,VariantLocalizedText,VariantNodeId,VariantQualifiedName,VariantSByte,VariantStatusCode,VariantString,VariantUInt16,VariantUInt32,VariantUInt64,VariantVariant,VariantXmlElement
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final booleanprotected final booleanprotected final Integer -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleanbooleanintintabstract ByteinthashCode()voidserialize(WriteBuffer writeBuffer) protected abstract voidserializeVariantChild(WriteBuffer writeBuffer) static VariantstaticParse(ReadBuffer readBuffer) static VariantstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
arrayLengthSpecified
protected final boolean arrayLengthSpecified -
arrayDimensionsSpecified
protected final boolean arrayDimensionsSpecified -
noOfArrayDimensions
-
arrayDimensions
-
-
Konstruktordetails
-
Variant
-
-
Methodendetails
-
getVariantType
-
getArrayLengthSpecified
public boolean getArrayLengthSpecified() -
getArrayDimensionsSpecified
public boolean getArrayDimensionsSpecified() -
getNoOfArrayDimensions
-
getArrayDimensions
-
serializeVariantChild
protected abstract void serializeVariantChild(WriteBuffer writeBuffer) throws SerializationException - Löst aus:
SerializationException
-
serialize
- Angegeben von:
serializein SchnittstelleSerializable- Löst aus:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Angegeben von:
getLengthInBytesin SchnittstelleMessage
-
getLengthInBits
public int getLengthInBits()- Angegeben von:
getLengthInBitsin SchnittstelleMessage
-
staticParse
- Löst aus:
ParseException
-
staticParse
- Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-