Enum OpcuaNodeIdServicesVariableBroker
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableBroker>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableBroker
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableBroker>
public enum OpcuaNodeIdServicesVariableBroker extends Enum<OpcuaNodeIdServicesVariableBroker>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableBrokerenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableBrokervalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableBroker[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BrokerTransportQualityOfService_EnumStrings
public static final OpcuaNodeIdServicesVariableBroker BrokerTransportQualityOfService_EnumStrings
-
BrokerConnectionTransportType_ResourceUri
public static final OpcuaNodeIdServicesVariableBroker BrokerConnectionTransportType_ResourceUri
-
BrokerConnectionTransportType_AuthenticationProfileUri
public static final OpcuaNodeIdServicesVariableBroker BrokerConnectionTransportType_AuthenticationProfileUri
-
BrokerWriterGroupTransportType_ResourceUri
public static final OpcuaNodeIdServicesVariableBroker BrokerWriterGroupTransportType_ResourceUri
-
BrokerWriterGroupTransportType_AuthenticationProfileUri
public static final OpcuaNodeIdServicesVariableBroker BrokerWriterGroupTransportType_AuthenticationProfileUri
-
BrokerWriterGroupTransportType_RequestedDeliveryGuarantee
public static final OpcuaNodeIdServicesVariableBroker BrokerWriterGroupTransportType_RequestedDeliveryGuarantee
-
BrokerDataSetWriterTransportType_ResourceUri
public static final OpcuaNodeIdServicesVariableBroker BrokerDataSetWriterTransportType_ResourceUri
-
BrokerDataSetWriterTransportType_AuthenticationProfileUri
public static final OpcuaNodeIdServicesVariableBroker BrokerDataSetWriterTransportType_AuthenticationProfileUri
-
BrokerDataSetWriterTransportType_RequestedDeliveryGuarantee
public static final OpcuaNodeIdServicesVariableBroker BrokerDataSetWriterTransportType_RequestedDeliveryGuarantee
-
BrokerDataSetReaderTransportType_ResourceUri
public static final OpcuaNodeIdServicesVariableBroker BrokerDataSetReaderTransportType_ResourceUri
-
BrokerDataSetReaderTransportType_AuthenticationProfileUri
public static final OpcuaNodeIdServicesVariableBroker BrokerDataSetReaderTransportType_AuthenticationProfileUri
-
BrokerDataSetReaderTransportType_RequestedDeliveryGuarantee
public static final OpcuaNodeIdServicesVariableBroker BrokerDataSetReaderTransportType_RequestedDeliveryGuarantee
-
BrokerWriterGroupTransportType_QueueName
public static final OpcuaNodeIdServicesVariableBroker BrokerWriterGroupTransportType_QueueName
-
BrokerDataSetWriterTransportType_QueueName
public static final OpcuaNodeIdServicesVariableBroker BrokerDataSetWriterTransportType_QueueName
-
BrokerDataSetWriterTransportType_MetaDataQueueName
public static final OpcuaNodeIdServicesVariableBroker BrokerDataSetWriterTransportType_MetaDataQueueName
-
BrokerDataSetWriterTransportType_MetaDataUpdateTime
public static final OpcuaNodeIdServicesVariableBroker BrokerDataSetWriterTransportType_MetaDataUpdateTime
-
BrokerDataSetReaderTransportType_QueueName
public static final OpcuaNodeIdServicesVariableBroker BrokerDataSetReaderTransportType_QueueName
-
BrokerDataSetReaderTransportType_MetaDataQueueName
public static final OpcuaNodeIdServicesVariableBroker BrokerDataSetReaderTransportType_MetaDataQueueName
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableBroker[] 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 (OpcuaNodeIdServicesVariableBroker c : OpcuaNodeIdServicesVariableBroker.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableBroker 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 OpcuaNodeIdServicesVariableBroker enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-