Enum OpcuaNodeIdServicesVariableHistorical
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableHistorical>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableHistorical
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableHistorical>
public enum OpcuaNodeIdServicesVariableHistorical extends Enum<OpcuaNodeIdServicesVariableHistorical>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableHistoricalenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableHistoricalvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableHistorical[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
HistoricalDataConfigurationType_Stepped
public static final OpcuaNodeIdServicesVariableHistorical HistoricalDataConfigurationType_Stepped
-
HistoricalDataConfigurationType_Definition
public static final OpcuaNodeIdServicesVariableHistorical HistoricalDataConfigurationType_Definition
-
HistoricalDataConfigurationType_MaxTimeInterval
public static final OpcuaNodeIdServicesVariableHistorical HistoricalDataConfigurationType_MaxTimeInterval
-
HistoricalDataConfigurationType_MinTimeInterval
public static final OpcuaNodeIdServicesVariableHistorical HistoricalDataConfigurationType_MinTimeInterval
-
HistoricalDataConfigurationType_ExceptionDeviation
public static final OpcuaNodeIdServicesVariableHistorical HistoricalDataConfigurationType_ExceptionDeviation
-
HistoricalDataConfigurationType_ExceptionDeviationFormat
public static final OpcuaNodeIdServicesVariableHistorical HistoricalDataConfigurationType_ExceptionDeviationFormat
-
HistoricalDataConfigurationType_AggregateConfiguration_TreatUncertainAsBad
public static final OpcuaNodeIdServicesVariableHistorical HistoricalDataConfigurationType_AggregateConfiguration_TreatUncertainAsBad
-
HistoricalDataConfigurationType_AggregateConfiguration_PercentDataBad
public static final OpcuaNodeIdServicesVariableHistorical HistoricalDataConfigurationType_AggregateConfiguration_PercentDataBad
-
HistoricalDataConfigurationType_AggregateConfiguration_PercentDataGood
public static final OpcuaNodeIdServicesVariableHistorical HistoricalDataConfigurationType_AggregateConfiguration_PercentDataGood
-
HistoricalDataConfigurationType_AggregateConfiguration_UseSlopedExtrapolation
public static final OpcuaNodeIdServicesVariableHistorical HistoricalDataConfigurationType_AggregateConfiguration_UseSlopedExtrapolation
-
HistoricalEventFilter
public static final OpcuaNodeIdServicesVariableHistorical HistoricalEventFilter
-
HistoricalDataConfigurationType_StartOfArchive
public static final OpcuaNodeIdServicesVariableHistorical HistoricalDataConfigurationType_StartOfArchive
-
HistoricalDataConfigurationType_StartOfOnlineArchive
public static final OpcuaNodeIdServicesVariableHistorical HistoricalDataConfigurationType_StartOfOnlineArchive
-
HistoricalDataConfigurationType_ServerTimestampSupported
public static final OpcuaNodeIdServicesVariableHistorical HistoricalDataConfigurationType_ServerTimestampSupported
-
HistoricalDataConfigurationType_MaxTimeStoredValues
public static final OpcuaNodeIdServicesVariableHistorical HistoricalDataConfigurationType_MaxTimeStoredValues
-
HistoricalDataConfigurationType_MaxCountStoredValues
public static final OpcuaNodeIdServicesVariableHistorical HistoricalDataConfigurationType_MaxCountStoredValues
-
HistoricalEventConfigurationType_StartOfArchive
public static final OpcuaNodeIdServicesVariableHistorical HistoricalEventConfigurationType_StartOfArchive
-
HistoricalEventConfigurationType_StartOfOnlineArchive
public static final OpcuaNodeIdServicesVariableHistorical HistoricalEventConfigurationType_StartOfOnlineArchive
-
HistoricalExternalEventSourceType_Server
public static final OpcuaNodeIdServicesVariableHistorical HistoricalExternalEventSourceType_Server
-
HistoricalExternalEventSourceType_EndpointUrl
public static final OpcuaNodeIdServicesVariableHistorical HistoricalExternalEventSourceType_EndpointUrl
-
HistoricalExternalEventSourceType_SecurityMode
public static final OpcuaNodeIdServicesVariableHistorical HistoricalExternalEventSourceType_SecurityMode
-
HistoricalExternalEventSourceType_SecurityPolicyUri
public static final OpcuaNodeIdServicesVariableHistorical HistoricalExternalEventSourceType_SecurityPolicyUri
-
HistoricalExternalEventSourceType_IdentityTokenPolicy
public static final OpcuaNodeIdServicesVariableHistorical HistoricalExternalEventSourceType_IdentityTokenPolicy
-
HistoricalExternalEventSourceType_TransportProfileUri
public static final OpcuaNodeIdServicesVariableHistorical HistoricalExternalEventSourceType_TransportProfileUri
-
HistoricalExternalEventSourceType_HistoricalEventFilter
public static final OpcuaNodeIdServicesVariableHistorical HistoricalExternalEventSourceType_HistoricalEventFilter
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableHistorical[] 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 (OpcuaNodeIdServicesVariableHistorical c : OpcuaNodeIdServicesVariableHistorical.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableHistorical 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 OpcuaNodeIdServicesVariableHistorical enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-