Uses of Class
org.opcfoundation.ua.core.ServerState

Packages that use ServerState
org.opcfoundation.ua.core All the code in this package are codegenerated. 
 

Uses of ServerState in org.opcfoundation.ua.core
 

Fields in org.opcfoundation.ua.core declared as ServerState
protected  ServerState RedundantServerDataType.ServerState
           
protected  ServerState ServerStatusDataType.State
           
 

Fields in org.opcfoundation.ua.core with type parameters of type ServerState
static EnumSet<ServerState> ServerState.ALL
           
static EnumSet<ServerState> ServerState.NONE
           
 

Methods in org.opcfoundation.ua.core that return ServerState
 ServerState RedundantServerDataType.getServerState()
           
 ServerState ServerStatusDataType.getState()
           
static ServerState ServerState.valueOf(int value)
           
static ServerState[] ServerState.valueOf(int[] value)
           
static ServerState ServerState.valueOf(Integer value)
           
static ServerState[] ServerState.valueOf(Integer[] value)
           
static ServerState ServerState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServerState ServerState.valueOf(UnsignedInteger value)
           
static ServerState[] ServerState.valueOf(UnsignedInteger[] value)
           
static ServerState[] ServerState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.opcfoundation.ua.core with parameters of type ServerState
 void RedundantServerDataType.setServerState(ServerState ServerState)
           
 void ServerStatusDataType.setState(ServerState State)
           
 

Constructors in org.opcfoundation.ua.core with parameters of type ServerState
RedundantServerDataType(String ServerId, UnsignedByte ServiceLevel, ServerState ServerState)
           
ServerStatusDataType(DateTime StartTime, DateTime CurrentTime, ServerState State, BuildInfo BuildInfo, UnsignedInteger SecondsTillShutdown, LocalizedText ShutdownReason)
           
 



Copyright © 2018. All rights reserved.