Uses of Class
org.apache.plc4x.java.s7.netty.model.types.VariableAddressingMode
| Package | Description |
|---|---|
| org.apache.plc4x.java.s7.netty.model.params.items | |
| org.apache.plc4x.java.s7.netty.model.types |
-
Uses of VariableAddressingMode in org.apache.plc4x.java.s7.netty.model.params.items
Methods in org.apache.plc4x.java.s7.netty.model.params.items that return VariableAddressingMode Modifier and Type Method Description VariableAddressingModeS7AnyVarParameterItem. getAddressingMode()VariableAddressingModeVarParameterItem. getAddressingMode() -
Uses of VariableAddressingMode in org.apache.plc4x.java.s7.netty.model.types
Methods in org.apache.plc4x.java.s7.netty.model.types that return VariableAddressingMode Modifier and Type Method Description static VariableAddressingModeVariableAddressingMode. valueOf(byte code)Returns the enum constant of this type with the specified name.static VariableAddressingModeVariableAddressingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static VariableAddressingMode[]VariableAddressingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.