Enum OpcuaNodeIdServicesVariableHistory
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableHistory>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableHistory
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableHistory>
public enum OpcuaNodeIdServicesVariableHistory extends Enum<OpcuaNodeIdServicesVariableHistory>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableHistoryenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableHistoryvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableHistory[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
HistoryServerCapabilitiesType_AccessHistoryDataCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilitiesType_AccessHistoryDataCapability
-
HistoryServerCapabilitiesType_AccessHistoryEventsCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilitiesType_AccessHistoryEventsCapability
-
HistoryServerCapabilitiesType_InsertDataCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilitiesType_InsertDataCapability
-
HistoryServerCapabilitiesType_ReplaceDataCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilitiesType_ReplaceDataCapability
-
HistoryServerCapabilitiesType_UpdateDataCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilitiesType_UpdateDataCapability
-
HistoryServerCapabilitiesType_DeleteRawCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilitiesType_DeleteRawCapability
-
HistoryServerCapabilitiesType_DeleteAtTimeCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilitiesType_DeleteAtTimeCapability
-
HistoryServerCapabilities_AccessHistoryDataCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilities_AccessHistoryDataCapability
-
HistoryServerCapabilities_InsertDataCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilities_InsertDataCapability
-
HistoryServerCapabilities_ReplaceDataCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilities_ReplaceDataCapability
-
HistoryServerCapabilities_UpdateDataCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilities_UpdateDataCapability
-
HistoryServerCapabilities_DeleteRawCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilities_DeleteRawCapability
-
HistoryServerCapabilities_DeleteAtTimeCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilities_DeleteAtTimeCapability
-
HistoryServerCapabilities_AccessHistoryEventsCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilities_AccessHistoryEventsCapability
-
HistoryServerCapabilitiesType_MaxReturnDataValues
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilitiesType_MaxReturnDataValues
-
HistoryServerCapabilitiesType_MaxReturnEventValues
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilitiesType_MaxReturnEventValues
-
HistoryServerCapabilitiesType_InsertAnnotationCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilitiesType_InsertAnnotationCapability
-
HistoryServerCapabilities_MaxReturnDataValues
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilities_MaxReturnDataValues
-
HistoryServerCapabilities_MaxReturnEventValues
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilities_MaxReturnEventValues
-
HistoryServerCapabilities_InsertAnnotationCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilities_InsertAnnotationCapability
-
HistoryServerCapabilitiesType_InsertEventCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilitiesType_InsertEventCapability
-
HistoryServerCapabilitiesType_ReplaceEventCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilitiesType_ReplaceEventCapability
-
HistoryServerCapabilitiesType_UpdateEventCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilitiesType_UpdateEventCapability
-
HistoryServerCapabilities_InsertEventCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilities_InsertEventCapability
-
HistoryServerCapabilities_ReplaceEventCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilities_ReplaceEventCapability
-
HistoryServerCapabilities_UpdateEventCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilities_UpdateEventCapability
-
HistoryServerCapabilitiesType_DeleteEventCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilitiesType_DeleteEventCapability
-
HistoryServerCapabilities_DeleteEventCapability
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilities_DeleteEventCapability
-
HistoryUpdateType_EnumValues
public static final OpcuaNodeIdServicesVariableHistory HistoryUpdateType_EnumValues
-
HistoryServerCapabilities_ServerTimestampSupported
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilities_ServerTimestampSupported
-
HistoryServerCapabilitiesType_ServerTimestampSupported
public static final OpcuaNodeIdServicesVariableHistory HistoryServerCapabilitiesType_ServerTimestampSupported
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableHistory[] 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 (OpcuaNodeIdServicesVariableHistory c : OpcuaNodeIdServicesVariableHistory.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableHistory 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 OpcuaNodeIdServicesVariableHistory enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-