Enum OpcuaNodeIdServicesVariableRole
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableRole>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableRole
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableRole>
public enum OpcuaNodeIdServicesVariableRole extends Enum<OpcuaNodeIdServicesVariableRole>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableRoleenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableRolevalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableRole[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
RoleSetType_RoleName_Placeholder_ApplicationsExclude
public static final OpcuaNodeIdServicesVariableRole RoleSetType_RoleName_Placeholder_ApplicationsExclude
-
RoleSetType_RoleName_Placeholder_EndpointsExclude
public static final OpcuaNodeIdServicesVariableRole RoleSetType_RoleName_Placeholder_EndpointsExclude
-
RoleType_ApplicationsExclude
public static final OpcuaNodeIdServicesVariableRole RoleType_ApplicationsExclude
-
RoleType_EndpointsExclude
public static final OpcuaNodeIdServicesVariableRole RoleType_EndpointsExclude
-
RoleSetType_RoleName_Placeholder_AddIdentity_InputArguments
public static final OpcuaNodeIdServicesVariableRole RoleSetType_RoleName_Placeholder_AddIdentity_InputArguments
-
RoleSetType_RoleName_Placeholder_RemoveIdentity_InputArguments
public static final OpcuaNodeIdServicesVariableRole RoleSetType_RoleName_Placeholder_RemoveIdentity_InputArguments
-
RoleType_AddIdentity_InputArguments
public static final OpcuaNodeIdServicesVariableRole RoleType_AddIdentity_InputArguments
-
RoleType_RemoveIdentity_InputArguments
public static final OpcuaNodeIdServicesVariableRole RoleType_RemoveIdentity_InputArguments
-
RoleSetType_AddRole_InputArguments
public static final OpcuaNodeIdServicesVariableRole RoleSetType_AddRole_InputArguments
-
RoleSetType_AddRole_OutputArguments
public static final OpcuaNodeIdServicesVariableRole RoleSetType_AddRole_OutputArguments
-
RoleSetType_RemoveRole_InputArguments
public static final OpcuaNodeIdServicesVariableRole RoleSetType_RemoveRole_InputArguments
-
RoleSetType_RoleName_Placeholder_Identities
public static final OpcuaNodeIdServicesVariableRole RoleSetType_RoleName_Placeholder_Identities
-
RoleSetType_RoleName_Placeholder_Applications
public static final OpcuaNodeIdServicesVariableRole RoleSetType_RoleName_Placeholder_Applications
-
RoleSetType_RoleName_Placeholder_Endpoints
public static final OpcuaNodeIdServicesVariableRole RoleSetType_RoleName_Placeholder_Endpoints
-
RoleSetType_RoleName_Placeholder_AddApplication_InputArguments
public static final OpcuaNodeIdServicesVariableRole RoleSetType_RoleName_Placeholder_AddApplication_InputArguments
-
RoleSetType_RoleName_Placeholder_RemoveApplication_InputArguments
public static final OpcuaNodeIdServicesVariableRole RoleSetType_RoleName_Placeholder_RemoveApplication_InputArguments
-
RoleSetType_RoleName_Placeholder_AddEndpoint_InputArguments
public static final OpcuaNodeIdServicesVariableRole RoleSetType_RoleName_Placeholder_AddEndpoint_InputArguments
-
RoleSetType_RoleName_Placeholder_RemoveEndpoint_InputArguments
public static final OpcuaNodeIdServicesVariableRole RoleSetType_RoleName_Placeholder_RemoveEndpoint_InputArguments
-
RoleType_Identities
public static final OpcuaNodeIdServicesVariableRole RoleType_Identities
-
RoleType_Applications
public static final OpcuaNodeIdServicesVariableRole RoleType_Applications
-
RoleType_Endpoints
public static final OpcuaNodeIdServicesVariableRole RoleType_Endpoints
-
RoleType_AddApplication_InputArguments
public static final OpcuaNodeIdServicesVariableRole RoleType_AddApplication_InputArguments
-
RoleType_RemoveApplication_InputArguments
public static final OpcuaNodeIdServicesVariableRole RoleType_RemoveApplication_InputArguments
-
RoleType_AddEndpoint_InputArguments
public static final OpcuaNodeIdServicesVariableRole RoleType_AddEndpoint_InputArguments
-
RoleType_RemoveEndpoint_InputArguments
public static final OpcuaNodeIdServicesVariableRole RoleType_RemoveEndpoint_InputArguments
-
RoleSetType_RoleName_Placeholder_CustomConfiguration
public static final OpcuaNodeIdServicesVariableRole RoleSetType_RoleName_Placeholder_CustomConfiguration
-
RoleType_CustomConfiguration
public static final OpcuaNodeIdServicesVariableRole RoleType_CustomConfiguration
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableRole[] 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 (OpcuaNodeIdServicesVariableRole c : OpcuaNodeIdServicesVariableRole.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableRole 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 OpcuaNodeIdServicesVariableRole enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-