Enum OpcuaNodeIdServicesVariableTemporary

    • Enum Constant Detail

      • TemporaryFileTransferType_GenerateFileForRead_InputArguments

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_GenerateFileForRead_InputArguments
      • TemporaryFileTransferType_GenerateFileForRead_OutputArguments

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_GenerateFileForRead_OutputArguments
      • TemporaryFileTransferType_GenerateFileForWrite_OutputArguments

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_GenerateFileForWrite_OutputArguments
      • TemporaryFileTransferType_TransferState_Placeholder_CurrentState

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_CurrentState
      • TemporaryFileTransferType_TransferState_Placeholder_CurrentState_Id

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_CurrentState_Id
      • TemporaryFileTransferType_TransferState_Placeholder_CurrentState_Name

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_CurrentState_Name
      • TemporaryFileTransferType_TransferState_Placeholder_CurrentState_Number

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_CurrentState_Number
      • TemporaryFileTransferType_TransferState_Placeholder_CurrentState_EffectiveDisplayName

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_CurrentState_EffectiveDisplayName
      • TemporaryFileTransferType_TransferState_Placeholder_LastTransition

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_LastTransition
      • TemporaryFileTransferType_TransferState_Placeholder_LastTransition_Id

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_LastTransition_Id
      • TemporaryFileTransferType_TransferState_Placeholder_LastTransition_Name

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_LastTransition_Name
      • TemporaryFileTransferType_TransferState_Placeholder_LastTransition_Number

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_LastTransition_Number
      • TemporaryFileTransferType_TransferState_Placeholder_LastTransition_TransitionTime

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_LastTransition_TransitionTime
      • TemporaryFileTransferType_TransferState_Placeholder_LastTransition_EffectiveTransitionTime

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_LastTransition_EffectiveTransitionTime
      • TemporaryFileTransferType_GenerateFileForWrite_InputArguments

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_GenerateFileForWrite_InputArguments
      • TemporaryFileTransferType_TransferState_Placeholder_AvailableStates

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_AvailableStates
      • TemporaryFileTransferType_TransferState_Placeholder_AvailableTransitions

        public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_AvailableTransitions
    • Method Detail

      • values

        public static OpcuaNodeIdServicesVariableTemporary[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (OpcuaNodeIdServicesVariableTemporary c : OpcuaNodeIdServicesVariableTemporary.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static OpcuaNodeIdServicesVariableTemporary valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getValue

        public int getValue()
      • isDefined

        public static Boolean isDefined​(int value)