Uses of Enum
org.apache.plc4x.java.s7.utils.S7ParamErrorCode
Packages that use S7ParamErrorCode
-
Uses of S7ParamErrorCode in org.apache.plc4x.java.s7.utils
Methods in org.apache.plc4x.java.s7.utils that return S7ParamErrorCodeModifier and TypeMethodDescriptionstatic S7ParamErrorCodeS7ParamErrorCode.valueOf(short code) Returns the enum constant of this type with the specified name.static S7ParamErrorCodeReturns the enum constant of this type with the specified name.static S7ParamErrorCodeS7ParamErrorCode.valueOfEvent(String event) static S7ParamErrorCode[]S7ParamErrorCode.values()Returns an array containing the constants of this enum type, in the order they are declared.