Uses of Class
org.apache.plc4x.java.s7.readwrite.utils.StaticHelper.LED_ID
-
Packages that use StaticHelper.LED_ID Package Description org.apache.plc4x.java.s7.readwrite.utils -
-
Uses of StaticHelper.LED_ID in org.apache.plc4x.java.s7.readwrite.utils
Methods in org.apache.plc4x.java.s7.readwrite.utils that return StaticHelper.LED_ID Modifier and Type Method Description static StaticHelper.LED_IDStaticHelper.LED_ID. valueOf(int code)Returns the enum constant of this type with the specified name.static StaticHelper.LED_IDStaticHelper.LED_ID. valueOf(String name)Returns the enum constant of this type with the specified name.static StaticHelper.LED_ID[]StaticHelper.LED_ID. values()Returns an array containing the constants of this enum type, in the order they are declared.
-