Uses of Class
org.apache.plc4x.java.simulated.readwrite.SimulatedDataTypeSizes
-
Packages that use SimulatedDataTypeSizes Package Description org.apache.plc4x.java.simulated.readwrite -
-
Uses of SimulatedDataTypeSizes in org.apache.plc4x.java.simulated.readwrite
Methods in org.apache.plc4x.java.simulated.readwrite that return SimulatedDataTypeSizes Modifier and Type Method Description static SimulatedDataTypeSizesSimulatedDataTypeSizes. enumForValue(short value)static SimulatedDataTypeSizesSimulatedDataTypeSizes. firstEnumForFieldDataTypeSize(short fieldValue)static SimulatedDataTypeSizesSimulatedDataTypeSizes. valueOf(String name)Returns the enum constant of this type with the specified name.static SimulatedDataTypeSizes[]SimulatedDataTypeSizes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.plc4x.java.simulated.readwrite that return types with arguments of type SimulatedDataTypeSizes Modifier and Type Method Description static List<SimulatedDataTypeSizes>SimulatedDataTypeSizes. enumsForFieldDataTypeSize(short fieldValue)
-