Uses of Class
org.apache.plc4x.java.simulated.types.SimulatedTagType
-
Packages that use SimulatedTagType Package Description org.apache.plc4x.java.simulated.tag org.apache.plc4x.java.simulated.types -
-
Uses of SimulatedTagType in org.apache.plc4x.java.simulated.tag
Methods in org.apache.plc4x.java.simulated.tag that return SimulatedTagType Modifier and Type Method Description SimulatedTagTypeSimulatedTag. getType() -
Uses of SimulatedTagType in org.apache.plc4x.java.simulated.types
Methods in org.apache.plc4x.java.simulated.types that return SimulatedTagType Modifier and Type Method Description static SimulatedTagTypeSimulatedTagType. valueOf(String name)Returns the enum constant of this type with the specified name.static SimulatedTagType[]SimulatedTagType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-