Enum OpcuaNodeIdServicesVariableDatagram

java.lang.Object
java.lang.Enum<OpcuaNodeIdServicesVariableDatagram>
org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableDatagram
Alle implementierten Schnittstellen:
Serializable, Comparable<OpcuaNodeIdServicesVariableDatagram>, java.lang.constant.Constable

public enum OpcuaNodeIdServicesVariableDatagram extends Enum<OpcuaNodeIdServicesVariableDatagram>
  • Enum-Konstanten - Details

    • DatagramConnectionTransportType_DiscoveryAddress_NetworkInterface

      public static final OpcuaNodeIdServicesVariableDatagram DatagramConnectionTransportType_DiscoveryAddress_NetworkInterface
    • DatagramConnectionTransportType_DiscoveryAddress_NetworkInterface_Selections

      public static final OpcuaNodeIdServicesVariableDatagram DatagramConnectionTransportType_DiscoveryAddress_NetworkInterface_Selections
    • DatagramConnectionTransportType_DiscoveryAddress_NetworkInterface_SelectionDescriptions

      public static final OpcuaNodeIdServicesVariableDatagram DatagramConnectionTransportType_DiscoveryAddress_NetworkInterface_SelectionDescriptions
    • DatagramConnectionTransportType_DiscoveryAddress_NetworkInterface_RestrictToList

      public static final OpcuaNodeIdServicesVariableDatagram DatagramConnectionTransportType_DiscoveryAddress_NetworkInterface_RestrictToList
    • DatagramWriterGroupTransportType_MessageRepeatCount

      public static final OpcuaNodeIdServicesVariableDatagram DatagramWriterGroupTransportType_MessageRepeatCount
    • DatagramWriterGroupTransportType_MessageRepeatDelay

      public static final OpcuaNodeIdServicesVariableDatagram DatagramWriterGroupTransportType_MessageRepeatDelay
    • DatagramConnectionTransportType_DiscoveryAnnounceRate

      public static final OpcuaNodeIdServicesVariableDatagram DatagramConnectionTransportType_DiscoveryAnnounceRate
    • DatagramConnectionTransportType_DiscoveryMaxMessageSize

      public static final OpcuaNodeIdServicesVariableDatagram DatagramConnectionTransportType_DiscoveryMaxMessageSize
    • DatagramWriterGroupTransportType_Address_NetworkInterface

      public static final OpcuaNodeIdServicesVariableDatagram DatagramWriterGroupTransportType_Address_NetworkInterface
    • DatagramWriterGroupTransportType_Address_NetworkInterface_Selections

      public static final OpcuaNodeIdServicesVariableDatagram DatagramWriterGroupTransportType_Address_NetworkInterface_Selections
    • DatagramWriterGroupTransportType_Address_NetworkInterface_SelectionDescriptions

      public static final OpcuaNodeIdServicesVariableDatagram DatagramWriterGroupTransportType_Address_NetworkInterface_SelectionDescriptions
    • DatagramWriterGroupTransportType_Address_NetworkInterface_RestrictToList

      public static final OpcuaNodeIdServicesVariableDatagram DatagramWriterGroupTransportType_Address_NetworkInterface_RestrictToList
    • DatagramWriterGroupTransportType_DatagramQos

      public static final OpcuaNodeIdServicesVariableDatagram DatagramWriterGroupTransportType_DatagramQos
    • DatagramWriterGroupTransportType_DiscoveryAnnounceRate

      public static final OpcuaNodeIdServicesVariableDatagram DatagramWriterGroupTransportType_DiscoveryAnnounceRate
    • DatagramWriterGroupTransportType_Topic

      public static final OpcuaNodeIdServicesVariableDatagram DatagramWriterGroupTransportType_Topic
    • DatagramDataSetReaderTransportType_Address_NetworkInterface

      public static final OpcuaNodeIdServicesVariableDatagram DatagramDataSetReaderTransportType_Address_NetworkInterface
    • DatagramDataSetReaderTransportType_Address_NetworkInterface_Selections

      public static final OpcuaNodeIdServicesVariableDatagram DatagramDataSetReaderTransportType_Address_NetworkInterface_Selections
    • DatagramDataSetReaderTransportType_Address_NetworkInterface_SelectionDescriptions

      public static final OpcuaNodeIdServicesVariableDatagram DatagramDataSetReaderTransportType_Address_NetworkInterface_SelectionDescriptions
    • DatagramDataSetReaderTransportType_Address_NetworkInterface_RestrictToList

      public static final OpcuaNodeIdServicesVariableDatagram DatagramDataSetReaderTransportType_Address_NetworkInterface_RestrictToList
    • DatagramDataSetReaderTransportType_DatagramQos

      public static final OpcuaNodeIdServicesVariableDatagram DatagramDataSetReaderTransportType_DatagramQos
    • DatagramDataSetReaderTransportType_Topic

      public static final OpcuaNodeIdServicesVariableDatagram DatagramDataSetReaderTransportType_Topic
    • DatagramConnectionTransportType_QosCategory

      public static final OpcuaNodeIdServicesVariableDatagram DatagramConnectionTransportType_QosCategory
    • DatagramConnectionTransportType_DatagramQos

      public static final OpcuaNodeIdServicesVariableDatagram DatagramConnectionTransportType_DatagramQos
    • DatagramWriterGroupTransportType_QosCategory

      public static final OpcuaNodeIdServicesVariableDatagram DatagramWriterGroupTransportType_QosCategory
    • DatagramDataSetReaderTransportType_QosCategory

      public static final OpcuaNodeIdServicesVariableDatagram DatagramDataSetReaderTransportType_QosCategory
  • Methodendetails

    • values

      public static OpcuaNodeIdServicesVariableDatagram[] values()
      Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
      Gibt zurück:
      ein Array mit den Konstanten dieses Enumerationstyps in der Reihenfolge ihrer Deklaration
    • valueOf

      public static OpcuaNodeIdServicesVariableDatagram valueOf(String name)
      Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enumerationskonstante in diesem Typ deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)
      Parameter:
      name - Name der zurückzugebenden Enumerationskonstante.
      Gibt zurück:
      Enumerationskonstante mit dem angegebenen Namen
      Löst aus:
      IllegalArgumentException - wenn dieser Enumerationstyp keine Konstante mit dem angegebenen Namen enthält
      NullPointerException - wenn das Argument nicht angegeben wird
    • getValue

      public int getValue()
    • enumForValue

      public static OpcuaNodeIdServicesVariableDatagram enumForValue(int value)
    • isDefined

      public static Boolean isDefined(int value)