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