Enum OpcuaNodeIdServicesVariableTemporary
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableTemporary>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableTemporary
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableTemporary>
public enum OpcuaNodeIdServicesVariableTemporary extends Enum<OpcuaNodeIdServicesVariableTemporary>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableTemporaryenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableTemporaryvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableTemporary[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TemporaryFileTransferType_ClientProcessingTimeout
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_ClientProcessingTimeout
-
TemporaryFileTransferType_GenerateFileForRead_InputArguments
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_GenerateFileForRead_InputArguments
-
TemporaryFileTransferType_GenerateFileForRead_OutputArguments
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_GenerateFileForRead_OutputArguments
-
TemporaryFileTransferType_GenerateFileForWrite_OutputArguments
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_GenerateFileForWrite_OutputArguments
-
TemporaryFileTransferType_CloseAndCommit_InputArguments
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_CloseAndCommit_InputArguments
-
TemporaryFileTransferType_CloseAndCommit_OutputArguments
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_CloseAndCommit_OutputArguments
-
TemporaryFileTransferType_TransferState_Placeholder_CurrentState
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_CurrentState
-
TemporaryFileTransferType_TransferState_Placeholder_CurrentState_Id
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_CurrentState_Id
-
TemporaryFileTransferType_TransferState_Placeholder_CurrentState_Name
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_CurrentState_Name
-
TemporaryFileTransferType_TransferState_Placeholder_CurrentState_Number
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_CurrentState_Number
-
TemporaryFileTransferType_TransferState_Placeholder_CurrentState_EffectiveDisplayName
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_CurrentState_EffectiveDisplayName
-
TemporaryFileTransferType_TransferState_Placeholder_LastTransition
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_LastTransition
-
TemporaryFileTransferType_TransferState_Placeholder_LastTransition_Id
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_LastTransition_Id
-
TemporaryFileTransferType_TransferState_Placeholder_LastTransition_Name
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_LastTransition_Name
-
TemporaryFileTransferType_TransferState_Placeholder_LastTransition_Number
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_LastTransition_Number
-
TemporaryFileTransferType_TransferState_Placeholder_LastTransition_TransitionTime
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_LastTransition_TransitionTime
-
TemporaryFileTransferType_TransferState_Placeholder_LastTransition_EffectiveTransitionTime
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_LastTransition_EffectiveTransitionTime
-
TemporaryFileTransferType_GenerateFileForWrite_InputArguments
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_GenerateFileForWrite_InputArguments
-
TemporaryFileTransferType_TransferState_Placeholder_AvailableStates
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_AvailableStates
-
TemporaryFileTransferType_TransferState_Placeholder_AvailableTransitions
public static final OpcuaNodeIdServicesVariableTemporary TemporaryFileTransferType_TransferState_Placeholder_AvailableTransitions
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableTemporary[] 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 (OpcuaNodeIdServicesVariableTemporary c : OpcuaNodeIdServicesVariableTemporary.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableTemporary 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 OpcuaNodeIdServicesVariableTemporary enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-