Class SimulatedTag
- java.lang.Object
-
- org.apache.plc4x.java.simulated.tag.SimulatedTag
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAddressString()List<ArrayInfo>getArrayInfo()StringgetName()PlcValueTypegetPlcValueType()SimulatedTagTypegetType()inthashCode()static SimulatedTagof(String tagString)StringtoString()
-
-
-
Method Detail
-
of
public static SimulatedTag of(String tagString) throws PlcInvalidTagException
- Throws:
PlcInvalidTagException
-
getAddressString
public String getAddressString()
- Specified by:
getAddressStringin interfacePlcTag
-
getPlcValueType
public PlcValueType getPlcValueType()
- Specified by:
getPlcValueTypein interfacePlcTag
-
getArrayInfo
public List<ArrayInfo> getArrayInfo()
- Specified by:
getArrayInfoin interfacePlcTag
-
getType
public SimulatedTagType getType()
-
getName
public String getName()
-
-