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