Klasse BACnetCalendarEntryEnclosed
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.BACnetCalendarEntryEnclosed
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final BACnetCalendarEntryprotected final BACnetClosingTagprotected final BACnetOpeningTagprotected final Short -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBACnetCalendarEntryEnclosed(BACnetOpeningTag openingTag, BACnetCalendarEntry calendarEntry, BACnetClosingTag closingTag, Short tagNumber) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintinthashCode()voidserialize(WriteBuffer writeBuffer) static BACnetCalendarEntryEnclosedstaticParse(ReadBuffer readBuffer, Object... args) static BACnetCalendarEntryEnclosedstaticParse(ReadBuffer readBuffer, Short tagNumber) toString()
-
Felddetails
-
openingTag
-
calendarEntry
-
closingTag
-
tagNumber
-
-
Konstruktordetails
-
BACnetCalendarEntryEnclosed
public BACnetCalendarEntryEnclosed(BACnetOpeningTag openingTag, BACnetCalendarEntry calendarEntry, BACnetClosingTag closingTag, Short tagNumber)
-
-
Methodendetails
-
getOpeningTag
-
getCalendarEntry
-
getClosingTag
-
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
public static BACnetCalendarEntryEnclosed staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
public static BACnetCalendarEntryEnclosed staticParse(ReadBuffer readBuffer, Short tagNumber) throws ParseException - Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-