Uses of Enum
org.apache.plc4x.java.opcua.readwrite.ServerState
Packages that use ServerState
-
Uses of ServerState in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as ServerStateModifier and TypeFieldDescriptionprotected final ServerStateRedundantServerDataType.serverStateprotected final ServerStateServerStatusDataType.stateMethods in org.apache.plc4x.java.opcua.readwrite that return ServerStateModifier and TypeMethodDescriptionstatic ServerStateServerState.enumForValue(long value) RedundantServerDataType.getServerState()ServerStatusDataType.getState()static ServerStateReturns the enum constant of this type with the specified name.static ServerState[]ServerState.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type ServerStateModifierConstructorDescriptionRedundantServerDataType(PascalString serverId, short serviceLevel, ServerState serverState) RedundantServerDataTypeBuilder(PascalString serverId, short serviceLevel, ServerState serverState) ServerStatusDataType(long startTime, long currentTime, ServerState state, ExtensionObjectDefinition buildInfo, long secondsTillShutdown, LocalizedText shutdownReason) ServerStatusDataTypeBuilder(long startTime, long currentTime, ServerState state, ExtensionObjectDefinition buildInfo, long secondsTillShutdown, LocalizedText shutdownReason)