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