Enum OpcuaNodeIdServicesVariableDatagram
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableDatagram>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableDatagram
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableDatagram>
public enum OpcuaNodeIdServicesVariableDatagram extends Enum<OpcuaNodeIdServicesVariableDatagram>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableDatagramenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableDatagramvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableDatagram[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
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
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableDatagram[] 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 (OpcuaNodeIdServicesVariableDatagram c : OpcuaNodeIdServicesVariableDatagram.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableDatagram 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 nameNullPointerException- if the argument is null
-
getValue
public int getValue()
-
enumForValue
public static OpcuaNodeIdServicesVariableDatagram enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-