Uses of Enum
org.apache.plc4x.java.df1.field.Df1Field.addressType
Packages that use Df1Field.addressType
-
Uses of Df1Field.addressType in org.apache.plc4x.java.df1.field
Methods in org.apache.plc4x.java.df1.field that return Df1Field.addressTypeModifier and TypeMethodDescriptionDf1Field.getAddress_type()static Df1Field.addressTypeReturns the enum constant of this type with the specified name.static Df1Field.addressType[]Df1Field.addressType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.df1.field with parameters of type Df1Field.addressTypeModifierConstructorDescriptionDf1Field(int address, int size, DataType dataType, Df1Field.addressType address_type)