Class KnxNetIpTag
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.tag.KnxNetIpTag
-
-
Constructor Summary
Constructors Constructor Description KnxNetIpTag(int levels, String mainGroup, String middleGroup, String subGroup)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddressString()List<ArrayInfo>getArrayInfo()intgetLevels()StringgetMainGroup()StringgetMiddleGroup()PlcValueTypegetPlcValueType()StringgetSubGroup()static booleanmatches(String tagString)booleanmatchesGroupAddress(GroupAddress groupAddress)static KnxNetIpTagof(String tagString)
-
-
-
Method Detail
-
matches
public static boolean matches(String tagString)
-
of
public static KnxNetIpTag of(String tagString)
-
getLevels
public int getLevels()
-
getMainGroup
public String getMainGroup()
-
getMiddleGroup
public String getMiddleGroup()
-
getSubGroup
public String getSubGroup()
-
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
-
matchesGroupAddress
public boolean matchesGroupAddress(GroupAddress groupAddress)
-
-