Enum OpcuaNodeIdServicesVariableUadp
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableUadp>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableUadp
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableUadp>
public enum OpcuaNodeIdServicesVariableUadp extends Enum<OpcuaNodeIdServicesVariableUadp>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableUadpenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableUadpvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableUadp[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UadpNetworkMessageContentMask_OptionSetValues
public static final OpcuaNodeIdServicesVariableUadp UadpNetworkMessageContentMask_OptionSetValues
-
UadpDataSetMessageContentMask_OptionSetValues
public static final OpcuaNodeIdServicesVariableUadp UadpDataSetMessageContentMask_OptionSetValues
-
UadpDataSetReaderMessageType_DataSetOffset
public static final OpcuaNodeIdServicesVariableUadp UadpDataSetReaderMessageType_DataSetOffset
-
UadpWriterGroupMessageType_GroupVersion
public static final OpcuaNodeIdServicesVariableUadp UadpWriterGroupMessageType_GroupVersion
-
UadpWriterGroupMessageType_DataSetOrdering
public static final OpcuaNodeIdServicesVariableUadp UadpWriterGroupMessageType_DataSetOrdering
-
UadpWriterGroupMessageType_NetworkMessageContentMask
public static final OpcuaNodeIdServicesVariableUadp UadpWriterGroupMessageType_NetworkMessageContentMask
-
UadpWriterGroupMessageType_SamplingOffset
public static final OpcuaNodeIdServicesVariableUadp UadpWriterGroupMessageType_SamplingOffset
-
UadpWriterGroupMessageType_PublishingOffset
public static final OpcuaNodeIdServicesVariableUadp UadpWriterGroupMessageType_PublishingOffset
-
UadpDataSetWriterMessageType_DataSetMessageContentMask
public static final OpcuaNodeIdServicesVariableUadp UadpDataSetWriterMessageType_DataSetMessageContentMask
-
UadpDataSetWriterMessageType_ConfiguredSize
public static final OpcuaNodeIdServicesVariableUadp UadpDataSetWriterMessageType_ConfiguredSize
-
UadpDataSetWriterMessageType_NetworkMessageNumber
public static final OpcuaNodeIdServicesVariableUadp UadpDataSetWriterMessageType_NetworkMessageNumber
-
UadpDataSetWriterMessageType_DataSetOffset
public static final OpcuaNodeIdServicesVariableUadp UadpDataSetWriterMessageType_DataSetOffset
-
UadpDataSetReaderMessageType_GroupVersion
public static final OpcuaNodeIdServicesVariableUadp UadpDataSetReaderMessageType_GroupVersion
-
UadpDataSetReaderMessageType_NetworkMessageNumber
public static final OpcuaNodeIdServicesVariableUadp UadpDataSetReaderMessageType_NetworkMessageNumber
-
UadpDataSetReaderMessageType_DataSetClassId
public static final OpcuaNodeIdServicesVariableUadp UadpDataSetReaderMessageType_DataSetClassId
-
UadpDataSetReaderMessageType_NetworkMessageContentMask
public static final OpcuaNodeIdServicesVariableUadp UadpDataSetReaderMessageType_NetworkMessageContentMask
-
UadpDataSetReaderMessageType_DataSetMessageContentMask
public static final OpcuaNodeIdServicesVariableUadp UadpDataSetReaderMessageType_DataSetMessageContentMask
-
UadpDataSetReaderMessageType_PublishingInterval
public static final OpcuaNodeIdServicesVariableUadp UadpDataSetReaderMessageType_PublishingInterval
-
UadpDataSetReaderMessageType_ProcessingOffset
public static final OpcuaNodeIdServicesVariableUadp UadpDataSetReaderMessageType_ProcessingOffset
-
UadpDataSetReaderMessageType_ReceiveOffset
public static final OpcuaNodeIdServicesVariableUadp UadpDataSetReaderMessageType_ReceiveOffset
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableUadp[] 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 (OpcuaNodeIdServicesVariableUadp c : OpcuaNodeIdServicesVariableUadp.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableUadp 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 OpcuaNodeIdServicesVariableUadp enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-