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
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum-Konstanten - Übersicht
Enum-KonstantenEnum-KonstanteBeschreibung -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungenumForValue(int value) intgetValue()static BooleanisDefined(int value) Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static OpcuaNodeIdServicesVariableDatagram[]values()Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
-
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
-
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
-
DatagramConnectionTransportType_QosCategory
-
DatagramConnectionTransportType_DatagramQos
-
DatagramWriterGroupTransportType_QosCategory
public static final OpcuaNodeIdServicesVariableDatagram DatagramWriterGroupTransportType_QosCategory -
DatagramDataSetReaderTransportType_QosCategory
public static final OpcuaNodeIdServicesVariableDatagram DatagramDataSetReaderTransportType_QosCategory
-
-
Methodendetails
-
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
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ältNullPointerException- wenn das Argument nicht angegeben wird
-
getValue
public int getValue() -
enumForValue
-
isDefined
-