Class S7ClkTag
- java.lang.Object
-
- org.apache.plc4x.java.s7.readwrite.tag.S7ClkTag
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddressString()DateAndTimegetDateAndTime()PlcValueTypegetPlcValueType()static booleanmatches(String address)static S7ClkTagof(String address)voidsetDateAndTime(LocalDateTime ldt)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.plc4x.java.api.model.PlcTag
getArrayInfo
-
-
-
-
Constructor Detail
-
S7ClkTag
public S7ClkTag(String address)
-
-
Method Detail
-
getAddressString
public String getAddressString()
- Specified by:
getAddressStringin interfacePlcTag
-
getPlcValueType
public PlcValueType getPlcValueType()
- Specified by:
getPlcValueTypein interfacePlcTag
-
getDateAndTime
public DateAndTime getDateAndTime()
-
setDateAndTime
public void setDateAndTime(LocalDateTime ldt)
-
matches
public static boolean matches(String address)
-
-