Class AddressType
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.ets.model.AddressType
-
public class AddressType extends Object
-
-
Constructor Summary
Constructors Constructor Description AddressType(String id, int mainType, int subType, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()intgetMainType()StringgetName()intgetSubType()inthashCode()StringtoString()
-