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