Klasse BACnetWeekNDayTagged
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.BACnetWeekNDayTagged
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final shortprotected final BACnetTagHeaderprotected final shortprotected final TagClassprotected final Shortprotected final short -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBACnetWeekNDayTagged(BACnetTagHeader header, short month, short weekOfMonth, short dayOfWeek, Short tagNumber, TagClass tagClass) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleanbooleanbooleanbooleanbooleanbooleanshortbooleanbooleanbooleanbooleanbooleanbooleanbooleanintintshortgetMonth()booleanshortinthashCode()voidserialize(WriteBuffer writeBuffer) static BACnetWeekNDayTaggedstaticParse(ReadBuffer readBuffer, Object... args) static BACnetWeekNDayTaggedstaticParse(ReadBuffer readBuffer, Short tagNumber, TagClass tagClass) toString()
-
Felddetails
-
header
-
month
protected final short month -
weekOfMonth
protected final short weekOfMonth -
dayOfWeek
protected final short dayOfWeek -
tagNumber
-
tagClass
-
-
Konstruktordetails
-
BACnetWeekNDayTagged
public BACnetWeekNDayTagged(BACnetTagHeader header, short month, short weekOfMonth, short dayOfWeek, Short tagNumber, TagClass tagClass)
-
-
Methodendetails
-
getHeader
-
getMonth
public short getMonth() -
getWeekOfMonth
public short getWeekOfMonth() -
getDayOfWeek
public short getDayOfWeek() -
getOddMonths
public boolean getOddMonths() -
getEvenMonths
public boolean getEvenMonths() -
getAnyMonth
public boolean getAnyMonth() -
getDays1to7
public boolean getDays1to7() -
getDays8to14
public boolean getDays8to14() -
getDays15to21
public boolean getDays15to21() -
getDays22to28
public boolean getDays22to28() -
getDays29to31
public boolean getDays29to31() -
getLast7DaysOfThisMonth
public boolean getLast7DaysOfThisMonth() -
getAny7DaysPriorToLast7DaysOfThisMonth
public boolean getAny7DaysPriorToLast7DaysOfThisMonth() -
getAny7DaysPriorToLast14DaysOfThisMonth
public boolean getAny7DaysPriorToLast14DaysOfThisMonth() -
getAny7DaysPriorToLast21DaysOfThisMonth
public boolean getAny7DaysPriorToLast21DaysOfThisMonth() -
getAnyWeekOfthisMonth
public boolean getAnyWeekOfthisMonth() -
getAnyDayOfWeek
public boolean getAnyDayOfWeek() -
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 BACnetWeekNDayTagged staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
public static BACnetWeekNDayTagged staticParse(ReadBuffer readBuffer, Short tagNumber, TagClass tagClass) throws ParseException - Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-