Enum OpcuaNodeIdServicesVariableUser
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableUser>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableUser
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableUser>
public enum OpcuaNodeIdServicesVariableUser extends Enum<OpcuaNodeIdServicesVariableUser>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableUserenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableUservalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableUser[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UserTokenType_EnumStrings
public static final OpcuaNodeIdServicesVariableUser UserTokenType_EnumStrings
-
UserManagementType_Users
public static final OpcuaNodeIdServicesVariableUser UserManagementType_Users
-
UserManagementType_PasswordLength
public static final OpcuaNodeIdServicesVariableUser UserManagementType_PasswordLength
-
UserManagementType_PasswordOptions
public static final OpcuaNodeIdServicesVariableUser UserManagementType_PasswordOptions
-
UserManagementType_PasswordRestrictions
public static final OpcuaNodeIdServicesVariableUser UserManagementType_PasswordRestrictions
-
UserManagementType_AddUser_InputArguments
public static final OpcuaNodeIdServicesVariableUser UserManagementType_AddUser_InputArguments
-
UserManagementType_ModifyUser_InputArguments
public static final OpcuaNodeIdServicesVariableUser UserManagementType_ModifyUser_InputArguments
-
UserManagementType_RemoveUser_InputArguments
public static final OpcuaNodeIdServicesVariableUser UserManagementType_RemoveUser_InputArguments
-
UserManagementType_ChangePassword_InputArguments
public static final OpcuaNodeIdServicesVariableUser UserManagementType_ChangePassword_InputArguments
-
UserConfigurationMask_OptionSetValues
public static final OpcuaNodeIdServicesVariableUser UserConfigurationMask_OptionSetValues
-
UserManagement_PasswordRestrictions
public static final OpcuaNodeIdServicesVariableUser UserManagement_PasswordRestrictions
-
UserManagement_Users
public static final OpcuaNodeIdServicesVariableUser UserManagement_Users
-
UserManagement_PasswordLength
public static final OpcuaNodeIdServicesVariableUser UserManagement_PasswordLength
-
UserManagement_PasswordOptions
public static final OpcuaNodeIdServicesVariableUser UserManagement_PasswordOptions
-
UserManagement_AddUser_InputArguments
public static final OpcuaNodeIdServicesVariableUser UserManagement_AddUser_InputArguments
-
UserManagement_ModifyUser_InputArguments
public static final OpcuaNodeIdServicesVariableUser UserManagement_ModifyUser_InputArguments
-
UserManagement_RemoveUser_InputArguments
public static final OpcuaNodeIdServicesVariableUser UserManagement_RemoveUser_InputArguments
-
UserManagement_ChangePassword_InputArguments
public static final OpcuaNodeIdServicesVariableUser UserManagement_ChangePassword_InputArguments
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableUser[] 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 (OpcuaNodeIdServicesVariableUser c : OpcuaNodeIdServicesVariableUser.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableUser 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 OpcuaNodeIdServicesVariableUser enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-