Enum OpcuaNodeIdServicesVariableH
- java.lang.Object
-
- java.lang.Enum<OpcuaNodeIdServicesVariableH>
-
- org.apache.plc4x.java.opcua.readwrite.OpcuaNodeIdServicesVariableH
-
- All Implemented Interfaces:
Serializable,Comparable<OpcuaNodeIdServicesVariableH>
public enum OpcuaNodeIdServicesVariableH extends Enum<OpcuaNodeIdServicesVariableH>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpcuaNodeIdServicesVariableHenumForValue(int value)intgetValue()static BooleanisDefined(int value)static OpcuaNodeIdServicesVariableHvalueOf(String name)Returns the enum constant of this type with the specified name.static OpcuaNodeIdServicesVariableH[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
HAConfiguration_AggregateConfiguration_TreatUncertainAsBad
public static final OpcuaNodeIdServicesVariableH HAConfiguration_AggregateConfiguration_TreatUncertainAsBad
-
HAConfiguration_AggregateConfiguration_PercentDataBad
public static final OpcuaNodeIdServicesVariableH HAConfiguration_AggregateConfiguration_PercentDataBad
-
HAConfiguration_AggregateConfiguration_PercentDataGood
public static final OpcuaNodeIdServicesVariableH HAConfiguration_AggregateConfiguration_PercentDataGood
-
HAConfiguration_AggregateConfiguration_UseSlopedExtrapolation
public static final OpcuaNodeIdServicesVariableH HAConfiguration_AggregateConfiguration_UseSlopedExtrapolation
-
HAConfiguration_Stepped
public static final OpcuaNodeIdServicesVariableH HAConfiguration_Stepped
-
HAConfiguration_Definition
public static final OpcuaNodeIdServicesVariableH HAConfiguration_Definition
-
HAConfiguration_MaxTimeInterval
public static final OpcuaNodeIdServicesVariableH HAConfiguration_MaxTimeInterval
-
HAConfiguration_MinTimeInterval
public static final OpcuaNodeIdServicesVariableH HAConfiguration_MinTimeInterval
-
HAConfiguration_ExceptionDeviation
public static final OpcuaNodeIdServicesVariableH HAConfiguration_ExceptionDeviation
-
HAConfiguration_ExceptionDeviationFormat
public static final OpcuaNodeIdServicesVariableH HAConfiguration_ExceptionDeviationFormat
-
HAConfiguration_StartOfArchive
public static final OpcuaNodeIdServicesVariableH HAConfiguration_StartOfArchive
-
HAConfiguration_StartOfOnlineArchive
public static final OpcuaNodeIdServicesVariableH HAConfiguration_StartOfOnlineArchive
-
HAConfiguration_ServerTimestampSupported
public static final OpcuaNodeIdServicesVariableH HAConfiguration_ServerTimestampSupported
-
HAConfiguration_MaxTimeStoredValues
public static final OpcuaNodeIdServicesVariableH HAConfiguration_MaxTimeStoredValues
-
HAConfiguration_MaxCountStoredValues
public static final OpcuaNodeIdServicesVariableH HAConfiguration_MaxCountStoredValues
-
-
Method Detail
-
values
public static OpcuaNodeIdServicesVariableH[] 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 (OpcuaNodeIdServicesVariableH c : OpcuaNodeIdServicesVariableH.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpcuaNodeIdServicesVariableH 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 OpcuaNodeIdServicesVariableH enumForValue(int value)
-
isDefined
public static Boolean isDefined(int value)
-
-