Enum OpcuaNodeIdServicesVariableDialog
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableDialog>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableDialog
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableDialog>
public enum OpcuaNodeIdServicesVariableDialog extends Enum<OpcuaNodeIdServicesVariableDialog>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableDialogenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableDialogvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableDialog[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DialogConditionType_Prompt
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_Prompt
-
DialogResponseMethodType_InputArguments
public static final OpcuaNodeIdServicesVariableDialog DialogResponseMethodType_InputArguments
-
DialogConditionType_EnabledState
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_EnabledState
-
DialogConditionType_EnabledState_Id
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_EnabledState_Id
-
DialogConditionType_EnabledState_Name
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_EnabledState_Name
-
DialogConditionType_EnabledState_Number
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_EnabledState_Number
-
DialogConditionType_EnabledState_EffectiveDisplayName
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_EnabledState_EffectiveDisplayName
-
DialogConditionType_EnabledState_TransitionTime
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_EnabledState_TransitionTime
-
DialogConditionType_EnabledState_EffectiveTransitionTime
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_EnabledState_EffectiveTransitionTime
-
DialogConditionType_EnabledState_TrueState
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_EnabledState_TrueState
-
DialogConditionType_EnabledState_FalseState
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_EnabledState_FalseState
-
DialogConditionType_DialogState
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_DialogState
-
DialogConditionType_DialogState_Id
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_DialogState_Id
-
DialogConditionType_DialogState_Name
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_DialogState_Name
-
DialogConditionType_DialogState_Number
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_DialogState_Number
-
DialogConditionType_DialogState_EffectiveDisplayName
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_DialogState_EffectiveDisplayName
-
DialogConditionType_DialogState_TransitionTime
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_DialogState_TransitionTime
-
DialogConditionType_DialogState_EffectiveTransitionTime
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_DialogState_EffectiveTransitionTime
-
DialogConditionType_DialogState_TrueState
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_DialogState_TrueState
-
DialogConditionType_DialogState_FalseState
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_DialogState_FalseState
-
DialogConditionType_ResponseOptionSet
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_ResponseOptionSet
-
DialogConditionType_DefaultResponse
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_DefaultResponse
-
DialogConditionType_OkResponse
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_OkResponse
-
DialogConditionType_CancelResponse
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_CancelResponse
-
DialogConditionType_LastResponse
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_LastResponse
-
DialogConditionType_Respond_InputArguments
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_Respond_InputArguments
-
DialogConditionType_Respond2_InputArguments
public static final OpcuaNodeIdServicesVariableDialog DialogConditionType_Respond2_InputArguments
-
DialogResponse2MethodType_InputArguments
public static final OpcuaNodeIdServicesVariableDialog DialogResponse2MethodType_InputArguments
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableDialog[] 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 (OpcuaNodeIdServicesVariableDialog c : OpcuaNodeIdServicesVariableDialog.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableDialog 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 OpcuaNodeIdServicesVariableDialog enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-